@sb1/ffe-file-upload
v100.12.1
Published
File upload module
Downloads
867
Keywords
Readme
@sb1/ffe-file-upload
Install
npm install --save @sb1/ffe-file-uploadUsage
Full documentation on file upload usage is available at https://design.sparebank1.no/komponenter/skjemaelementer/#fileupload.
@import 'path/to/node_modules/@sb1/ffe-file.upload/less/file-upload.less';Importing compiled CSS
If your project does not use Less, you can import the compiled styling:
@import '~@sb1/ffe-file-upload/css/file-upload.css';See also @sb1/ffe-file-upload-react.
Development
To start a local development server, run the following from the designsystem root folder:
npm install
npm run build
npm startA local instance of Storybook with live reloading will run at http://localhost:6006/.
Example implementations using the latest versions of all components are also available at https://sparebank1.github.io/designsystem.
