Skip to content

babylonlabs-io/bbn-core-ui

Repository files navigation

Babylon Logo

@babylonlabs-io/bbn-core-ui

Babylon Core UI

React library

npm version


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" />;
}