@babylonlabs-io/bbn-core-ui
v0.1.0
Published
<p align="center"> <img alt="Babylon Logo" src="https://github.com/user-attachments/assets/b21652b5-847d-48b2-89a7-0f0969a50900" width="100" /> <h3 align="center">@babylonlabs-io/bbn-core-ui</h3> <p align="center">Babylon Core UI</p> <p al
Downloads
861
Readme
Installation
To install the package, run the following command:
npm i @babylonlabs-io/bbn-core-ui
Version Release
Stable Version
Stable release versions are manually released from the main branch.
Storybook
To view the component library, run:
npm run storybook
Usage
Provide examples of how to use the library in a project. Include code snippets and explanations.
import { ComponentName } from '@babylonlabs-io/bbn-core-ui';
function App() {
return <ComponentName prop="value" />;
}