Babylon Core UI
React library
To install the package, run the following command:
npm i @babylonlabs-io/bbn-core-ui
Stable release versions are manually released from the main branch.
To view the component library, run:
npm run storybook
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" />;
}