Skip to content

Vasak-OS/libvasak-ui

Repository files navigation

LibVasak UI

Quality Gate Status

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:

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:

/* 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>

Build LibVasak UI

PKGBUILD

Contributing

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.

  1. Fork it
  2. Create your feature branch
git checkout -b feature/my-new-animation
  1. Commit your changes
git commit -am 'Add some my-new-animation'
  1. Push to the branch
git push origin feature/my-new-animation
  1. Create a new Pull Request

Contributors