@babylonlabs-io/bbn-core-ui
v0.10.3
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
Keywords
Readme
Installation
To install the package, run the following command:
npm i @babylonlabs-io/bbn-core-uiVersion Release
Stable Version
Stable release versions are manually released from the main branch.
Storybook
To view the component library, run:
npm run storybookUsage
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" />;
}