@pagedotapp/page-loader
v0.0.0-alpha.13
Published
PageLoader - A reusable React component
Readme
@pagedotapp/page-loader
An animated loading spinner component
Installation
npm install @pagedotapp/page-loaderUsage
import { PageLoader } from "@pagedotapp/page-loader"
function App() {
return <PageLoader size="medium" />
}Props
See the TypeScript definitions for detailed prop types.
Styling
This component uses CSS modules for styling. The styles are injected automatically when you use the component.
Dependencies
Peer Dependencies
- React >=16.8.0
- React DOM >=16.8.0
License
MIT © PageStudio
