Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinhyenvodoi98/react-sample-countdown
https://github.com/vinhyenvodoi98/react-sample-countdown
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinhyenvodoi98/react-sample-countdown
- Owner: vinhyenvodoi98
- Created: 2020-09-12T15:22:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T12:14:37.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:56:59.855Z (10 months ago)
- Language: JavaScript
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-sample-countdown
> Made with create-react-library
[![NPM](https://img.shields.io/npm/v/react-sample-countdown.svg)](https://www.npmjs.com/package/react-sample-countdown) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save react-sample-countdownOR
yarn add react-sample-countdown
```## Demo
![demo](https://media.giphy.com/media/LRx3K5wJeFpip7f03r/giphy.gif)
## Usage
```jsx
import React from 'react'import { ExampleComponent } from 'react-sample-countdown'
import 'react-sample-countdown/dist/index.css'const App = () => {
const onFinish = () => {
console.log('finished!')
}return (
)
}export default App
```## License
MIT © [vinhyenvodoi98](https://github.com/vinhyenvodoi98)