3.0.7 • Published 1 year ago

@sakai-ui/sui-options-menu v3.0.7

Weekly downloads
-
License
ECL-2.0
Repository
github
Last release
1 year ago

sui-file-list

A file list component for Sakai

Installation

npm i @sakai-ui/sui-file-list

Usage

<sui-file-list></sui-file-list>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch