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.
- Host: GitHub
- URL: https://github.com/bentatum/react-status
- Owner: bentatum
- License: other
- Created: 2017-01-17T17:53:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T23:32:18.000Z (about 8 years ago)
- Last Synced: 2025-03-14T13:16:15.380Z (2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)