Loader
Allows user to waiting information prefetch data or your page.
version
4.1.2
install
yarn add @welcome-ui/loader
usage
import { Loader } from '@welcome-ui/loader'
Usage #
Predefined size xs
, sm
, md
, lg
or custom size. You can also change the color of loader.
<Loader size="xs" /><Loader /><Loader color="primary.500" size="md" /><Loader color="primary.500" size="lg" /><Loader color="primary.500" size="40px" /><Loader color="primary.500" size={50} />
Properties #
Name | Type(s) | Default | Required |
---|---|---|---|
color | string | ||
size | string number Predefined size xs, sm, md, lg or custom size | sm |