fla-dashboard
v0.2.6
Published
A set of React components for building customizable dashboard layouts.
Readme
FLA FlaDashboard
A set of React components for building customizable dashboard layouts.
Installation
npm install fla-dashboardUsage
import { DashboardBase } from 'fla-dashboard';
const Example = () => (
<DashboardBase width={800} height={800} column={3} row={6} gap={16} />
);Development
Run the following commands to work on the package locally:
npm install
npm run devTo generate the production build and type definitions run:
npm run buildThe build output will be placed in the dist folder and is used when publishing to npm.
License
MIT
