3.0.7 • Published 3 years ago
@sakai-ui/sui-options-menu v3.0.7
sui-file-list
A file list component for Sakai
Installation
npm i @sakai-ui/sui-file-listUsage
<sui-file-list></sui-file-list>Linting and formatting
To scan the project for linting and formatting errors, run
npm run lintTo automatically fix linting and formatting errors, run
npm run formatTesting with Web Test Runner
To execute a single test run:
npm run testTo run the tests in interactive watch mode run:
npm run test:watch