mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Add installation instructions
This commit is contained in:
16
README.md
16
README.md
@@ -4,6 +4,22 @@
|
|||||||
|
|
||||||
The main goal of this package is to provide a clean & simple usage of common components in bitinflow brand.
|
The main goal of this package is to provide a clean & simple usage of common components in bitinflow brand.
|
||||||
|
|
||||||
|
## Installation using GitHub
|
||||||
|
|
||||||
|
Since this package is not released on npm (yet), we need to add `@bitinflow/ui` as dependency to our `package.json`
|
||||||
|
file manually:
|
||||||
|
|
||||||
|
```
|
||||||
|
"@bitinflow/ui": "github:bitinflow/ui#main",
|
||||||
|
```
|
||||||
|
|
||||||
|
Install/Update the dependency:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install @bitinflow/ui
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Example Skeleton
|
## Example Skeleton
|
||||||
|
|
||||||
This example skeleton provides the default ui experience for dashboards, featuring first-, second- &
|
This example skeleton provides the default ui experience for dashboards, featuring first-, second- &
|
||||||
|
|||||||
Reference in New Issue
Block a user