@sakai-ui/sui-home-dashboard
v3.0.6
Published
The Sakai home dashboard component
Readme
sui-home-dashboard
A home dashboard component for Sakai
Installation
npm i @sakai-ui/sui-home-dashboardUsage
<sui-home-dashboard></sui-home-dashboard>
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