https://github.com/vovanr/demo-components
Under construction
https://github.com/vovanr/demo-components
Last synced: 3 months ago
JSON representation
Under construction
- Host: GitHub
- URL: https://github.com/vovanr/demo-components
- Owner: VovanR
- License: mit
- Created: 2018-02-28T17:57:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T20:25:58.000Z (over 8 years ago)
- Last Synced: 2025-03-22T01:26:32.618Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-components
[![Commitizen friendly][commitizen-image]][commitizen-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
> %DESCRIPTION%
Demo: [vovanr.github.io/demo-components][demo]

## Install
```shell
npm install --save demo-components
```
## Usage
See: [example](example/app.jsx)
```js
var foo = require('demo-components');
foo()
//=> Foo
```
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)
[demo]: https://vovanr.github.io/demo-components
[commitizen-url]: https://commitizen.github.io/cz-cli/
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square
[travis-url]: https://travis-ci.org/VovanR/demo-components
[travis-image]: https://img.shields.io/travis/VovanR/demo-components.svg?style=flat-square
[depstat-url]: https://david-dm.org/VovanR/demo-components
[depstat-image]: https://david-dm.org/VovanR/demo-components.svg?style=flat-square
[depstat-dev-url]: https://david-dm.org/VovanR/demo-components
[depstat-dev-image]: https://david-dm.org/VovanR/demo-components/dev-status.svg?style=flat-square