Bringing back the classic <blink> tag to React!
$ yarn add @camlegleiter/react-blink
import ReactDOM from 'react-dom';
import Blink from '@camlegleiter/react-blink';
ReactDOM.render(
<Blink rate={1000}>This text is blinking!</Blink>,
document.body,
);
Type: Number
Default: 1000
The rate (in milliseconds) at which the text will flash.
Type: String
Default: ""
Any specific classes to add to the Blink
component for display.
$ yarn build
MIT