Skip to main content

Loader

Props

  1. loading - (not required) if true then loader will be visible

Usage

import { Loader } from 'react-componentry'

const App = () => {
return (
<Loader />
)
}