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.
To install this library, you need to run the following command:
git clone git@github.com: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
To use this library, you need to add the following code to your HTML file:
/* CSS */
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/styles.min.css" />
/* JS */
<script src="file:///usr/lib/libvasak-ui/js/loading.js"></script>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
- Fork it
- Create your feature branch
git checkout -b feature/my-new-animation
- Commit your changes
git commit -am 'Add some my-new-animation'
- Push to the branch
git push origin feature/my-new-animation
- Create a new Pull Request