Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/ya-ui
web components build with React
https://github.com/ali322/ya-ui
react
Last synced: 10 days ago
JSON representation
web components build with React
- Host: GitHub
- URL: https://github.com/ali322/ya-ui
- Owner: ali322
- Created: 2015-07-30T06:15:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T07:29:53.000Z (over 7 years ago)
- Last Synced: 2024-10-11T09:14:41.260Z (about 1 month ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ya-UI
===[![Build Status](https://travis-ci.org/ali322/ya-ui.svg)](https://travis-ci.org/ali322/ya-ui)
[![Dependency Status](https://gemnasium.com/ali322/ya-ui.svg)](https://gemnasium.com/ali322/ya-ui)
[![Coverage Status](https://coveralls.io/repos/ali322/ya-ui/badge.svg?branch=master&service=github)](https://coveralls.io/github/ali322/ya-ui?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ali322/ya-ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)web components build with React
###Directory structure
```
|- asset/ #font and background images etc
|- dist/ #build directory
|- example/
|- selected/ #selected's example
|- index.html #example index.html
|- src/ #source directory
|- component/ # web component
|- lib/ #helper and tool
|- index.es6 # entry point
|- package.json
```###Get Started
1. install via npm
```shell
npm install ya-ui
```
or directly include `dist/ya-ui.js` and `dist/ya-ui.css` into page
2. require this module in your code```javascript
import { Selected } from 'ya-ui
// coding
```### Customize build
```shell
npm run build
```