@input-output-hk/react-preloader
v1.0.5
Published
Preloader animation using the IOHK logo
Downloads
12
Readme
Contents
Install
npm i --save @input-output-hk/react-preloader
or
yarn add @input-output-hk/react-preloader
Dependencies
Quick start
Import the component and add like so
import { Preloader } from '@input-output-hk/react-preloader'
...
render () {
return (
<div>
<Preloader className='loader'/>
</div>
)
}
Contributing
Contributions are welcome, see contributing for more info.