https://github.com/soniaxu7/uskin
A front-end framework aims at developing web projects based on CSS3 and provides common components.
https://github.com/soniaxu7/uskin
component css javascript react react-component theme ui ui-design
Last synced: 12 months ago
JSON representation
A front-end framework aims at developing web projects based on CSS3 and provides common components.
- Host: GitHub
- URL: https://github.com/soniaxu7/uskin
- Owner: soniaxu7
- License: mit
- Created: 2014-05-04T07:41:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T06:59:48.000Z (almost 9 years ago)
- Last Synced: 2025-07-11T03:49:07.079Z (12 months ago)
- Topics: component, css, javascript, react, react-component, theme, ui, ui-design
- Language: JavaScript
- Homepage: https://uskin.github.io
- Size: 5.29 MB
- Stars: 73
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# USkin
[](https://www.npmjs.com/package/uskin)
[](https://www.npmjs.com/package/uskin)
[](https://ci.appveyor.com/project/icecreamliker/uskin)
[](https://travis-ci.org/icecreamliker/uskin)
[](https://gemnasium.com/icecreamliker/uskin)
[](https://coveralls.io/github/icecreamliker/uskin?branch=master)
[](https://github.com/icecreamliker/uskin)
## Intro
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.
## Quick start
- [Download the latest release](http://github.com/uskin/uskin/archive/master.zip), or clone the repo `git clone https://github.com/uskin/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` or `make 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](https://github.com/uskin/uskin/blob/master/COMMAND.md).
## Note
Details for each release are documented in the [release notes](https://github.com/icecreamliker/uskin/releases).
Any questions to the releases are welcome, feel free to [create issues](https://github.com/icecreamliker/uskin/issues).
## Authors
**Lee Yao** yaoli111144@gmail.com
**Sonia Xu** soniaxu7@foxmail.com
## License
[MIT](LICENSE)