@ammarkhalidfarooq/dashboard-package
v0.4.51
Published
A reusable React Dashboard component library.
Readme
@ammarkhalidfarooq/dashboard-package
A reusable React Dashboard component library.
Installation
npm install @ammarkhalidfarooq/dashboard-packageUsage
import React from "react";
import { Dashboard } from "@ammarkhalidfarooq/dashboard-package";
const App = () => {
return <Dashboard />;
};
export default App;Development
To preview the component locally:
npm run devTo build the package:
npm run buildThe build outputs both ESM and CommonJS bundles in the dist folder.
