zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react
npm install tiny-skeleton-loader-reactzero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react ✨
!GitHub Actions Status
!NPM
!gzip
``bash`
npm install --save tiny-skeleton-loader-react
`tsx
import React from "react";
import SkeletonLoader from "tiny-skeleton-loader-react";
class Example extends React.Component {
render() {
return
}
}
`
| Property | Attribute | Description | Type | Default |
|----------------|-----------------|-------------------------|-----------|-------------|
| width | width | Loader Width | string | "100%" |height
| | height | Loader Height | string | "1em" |background
| | background | Loader background color | string | "#eff1f6" |circle
| | circle | Make Skeleton Circle | boolean | false |borderRadius
| | border-radius | Loader radius | string | "4px" |block
| | block | Whether to start new | boolean | true |style
| | style | Extra Styles | object | {} |as
| | -- | The HTML element | string | "div"` |
MIT © hc-oss