@centigrade/cpt-component-library
v0.0.5
Published
A React component library for the Continuous Product Toolkit.
Keywords
Readme
CPT Component Library
A React component library for the Continuous Product Toolkit.
Development
Running Storybook
To start Storybook for development:
nx run cpt-component-library:storybookThis will start Storybook on http://localhost:6006.
Components
The component library includes various reusable React components. Each component has its own story in Storybook for documentation and testing.
Available Components
CptComponentLibrary- A welcome component with styling
Usage
import { CptComponentLibrary } from '@centigrade/cpt-component-library';
function App() {
return <CptComponentLibrary />;
}