1.0.5 • Published 5 years ago

@input-output-hk/react-preloader v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Contents

  1. Install
  2. Dependencies
  3. Quick start
  4. Contributing

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.