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

https://github.com/vovanr/demo-components

Under construction
https://github.com/vovanr/demo-components

Last synced: 3 months ago
JSON representation

Under construction

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]

![](preview.png)

## 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