An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# USkin

[![Version](https://img.shields.io/npm/v/uskin.svg)](https://www.npmjs.com/package/uskin)
[![Downloads](https://img.shields.io/npm/dt/uskin.svg)](https://www.npmjs.com/package/uskin)
[![Build status](https://ci.appveyor.com/api/projects/status/dflrwd6sm6e6o8da?svg=true)](https://ci.appveyor.com/project/icecreamliker/uskin)
[![Build status](https://img.shields.io/travis/icecreamliker/uskin.svg)](https://travis-ci.org/icecreamliker/uskin)
[![Dependencies](https://img.shields.io/gemnasium/icecreamliker/uskin.svg)](https://gemnasium.com/icecreamliker/uskin)
[![Coverage status](https://img.shields.io/coveralls/icecreamliker/uskin.svg)](https://coveralls.io/github/icecreamliker/uskin?branch=master)
[![License](https://img.shields.io/github/license/icecreamliker/uskin.svg)](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)