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

https://github.com/bentatum/react-status

⏳✅ ❌ A little component that indicates the status of your form.
https://github.com/bentatum/react-status

Last synced: about 2 months ago
JSON representation

⏳✅ ❌ A little component that indicates the status of your form.

Awesome Lists containing this project

README

        

# react-status

A little component that indicates the status of your form.

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/react-status.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/react-status
[travis-image]: https://img.shields.io/travis/bentatum/react-status.svg?style=flat-square
[travis-url]: https://travis-ci.org/bentatum/react-status
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

## Install

```
npm install react-status
```

## Example Usage

```js
import React from 'react'
import
import Status from 'react-status'

export default () =>

```

## Contributing

Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.

## License

[ISC](LICENSE.md)