This repository was archived by the owner on Jul 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @babylonlabs-io/core-ui " : minor
3
+ ---
4
+
5
+ rename lib
Original file line number Diff line number Diff line change 1
- # @babylonlabs-io/bbn- core-ui
1
+ # @babylonlabs-io/core-ui
2
2
3
3
## 0.10.3
4
4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Parameters
10
10
11
11
Licensor: Babylon Labs Ltd.
12
12
13
- Licensed Work: @babylonlabs-io/bbn- core-ui
13
+ Licensed Work: @babylonlabs-io/core-ui
14
14
The Licensed Work is (c) 2024 Babylon Labs Ltd.
15
15
16
16
Additional Use Grant:
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<img alt="Babylon Logo" src="https://github.com/user-attachments/assets/b21652b5-847d-48b2-89a7-0f0969a50900" width="100" />
3
- <h3 align="center">@babylonlabs-io/bbn- core-ui</h3>
3
+ <h3 align="center">@babylonlabs-io/core-ui</h3>
4
4
<p align="center">Babylon Core UI</p>
5
5
<p align="center"><strong>React</strong> library</p>
6
6
<p align="center">
7
- <a href="https://www.npmjs.com/package/@babylonlabs-io/bbn- core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io%2Fbbn-core -ui.svg" alt="npm version" height="18"></a>
7
+ <a href="https://www.npmjs.com/package/@babylonlabs-io/core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io%2Fcore -ui.svg" alt="npm version" height="18"></a>
8
8
</p>
9
9
</p >
10
10
15
15
To install the package, run the following command:
16
16
17
17
``` console
18
- npm i @babylonlabs-io/bbn- core-ui
18
+ npm i @babylonlabs-io/core-ui
19
19
```
20
20
21
21
## Version Release
@@ -37,9 +37,9 @@ npm run storybook
37
37
Provide examples of how to use the library in a project. Include code snippets and explanations.
38
38
39
39
``` javascript
40
- import { ComponentName } from " @babylonlabs-io/bbn- core-ui" ;
40
+ import { ComponentName } from " @babylonlabs-io/core-ui" ;
41
41
42
42
function App () {
43
43
return < ComponentName prop= " value" / > ;
44
44
}
45
- ```
45
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @babylonlabs-io/bbn- core-ui" ,
2
+ "name" : " @babylonlabs-io/core-ui" ,
3
3
"version" : " 0.10.3" ,
4
4
"type" : " module" ,
5
5
"types" : " dist/index.d.ts" ,
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/babylonlabs-io/bbn- core-ui.git"
11
+ "url" : " https://github.com/babylonlabs-io/core-ui.git"
12
12
},
13
13
"main" : " dist/index.cjs.js" ,
14
14
"exports" : {
You can’t perform that action at this time.
0 commit comments