phoenix-components-library
Version:
Component library for Phoenix Frontend Projects.
17 lines (10 loc) • 317 B
Markdown
# Loader
How To Inport Loader.
```js
import { Loader } from "phoenix-components-library";
```
### Instructions
Use `defaultChecked` boolean to set Switch default state
Use `active` to Activate loader, and deactivate it when needed
Use `centered` to add loader to full width of a parent and centered it
### Tips