1f3942b0e6
During lab day, I created a stat card. This card allows the user to display a single value, with an optional title and label. This is a popular component that will save our users time - expecially when creating dashboards. |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
cypress | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
cypress.json | ||
package.json | ||
rollup.config.js | ||
yarn.lock |
README.md
Get Started
npm install
Webpack dev server (port 8080): npm run dev
Build npm run build