A canvas based preloader animation using the IOHK logo.
npm i --save @input-output-hk/react-preloader
or
yarn add @input-output-hk/react-preloader
Import the component and add like so
import { Preloader } from '@input-output-hk/react-preloader'
...
render () {
return (
<div>
<Preloader className='loader'/>
</div>
)
}
Contributions are welcome, see contributing for more info.