diff --git a/.changeset/fast-boxes-hope.md b/.changeset/fast-boxes-hope.md new file mode 100644 index 0000000..2302501 --- /dev/null +++ b/.changeset/fast-boxes-hope.md @@ -0,0 +1,5 @@ +--- +"@babylonlabs-io/bbn-core-ui": patch +--- + +update readme.MD diff --git a/README.md b/README.md index 3ec054a..b852e48 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,39 @@ npm version

-
+ +--- ## Installation +To install the package, run the following command: + ```console npm i @babylonlabs-io/bbn-core-ui ``` ## Version Release -### Stable version +### Stable Version Stable release versions are manually released from the main branch. ## Storybook +To view the component library, run: + ```console npm run storybook ``` + +## Usage + +Provide examples of how to use the library in a project. Include code snippets and explanations. + +```javascript +import { ComponentName } from '@babylonlabs-io/bbn-core-ui'; + +function App() { + return ; +} +``` \ No newline at end of file