USkin is a front-end framework which provides stunning web components based on CSS3 and ReactJS.
The features include:
-
Versatile providing a wide range of React components.
-
Flexible assembling components freely to build web sites and web apps.
-
Tiny minimum and default API for easy handling.
-
Download the latest release, or clone the repo
git clone https://github.com/unitedstack/uskin.git
. -
Install all the denpendecies by
npm install
, and your first compile will also be completed by this command. -
You can compile your code via
npm run build
at any time you need. -
You can find demos in folder
docs
, showing the basic usage of the components. Congratulations, an overview-introduction page is coming soon.
To find out more commands for developers and contributors, please read COMMAND.md.
Details for each release are documented in the release notes.
Any questions to the releases are welcome, feel free to create issues.
© 2013-present The USkin Authors. All rights reserved.
This project is licensed under MIT license that can be found in the LICENSE file.