-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7df8aeb
commit 0c26aa4
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,19 @@ | |
|
||
UI Library for Vasak Apps and VasakOS. This library is used to create a UI for Vasak Apps and VasakOS. This library is written in CSS and JS. | ||
|
||
## Installation | ||
|
||
To install this library, you need to run the following command: | ||
|
||
```bash | ||
git clone [email protected]:Vasak-OS/libvasak-ui.git | ||
cd libvasak-ui | ||
yarn install | ||
yarn build | ||
sudo cp dist/style.min.css /usr/lib/libvasak-ui/css/style.min.css | ||
``` | ||
|
||
|
||
## How to use | ||
|
||
To use this library, you need to add the following code to your HTML file: | ||
|
@@ -44,3 +57,14 @@ git push origin feature/my-new-animation | |
``` | ||
|
||
5. Create a new Pull Request | ||
|
||
## Contributors | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
|
||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:END --> |