The react skeleton library
npm install react-skelash
npm i react-skela
`
`sh
yarn add react-skela
`
Usage
Base skeletons
1. Default is a line skeleton
`jsx
import Skela from 'react-skela'
const isLoading = () =>
`
2. circle
`jsx
import Skela from 'react-skela'
const isLoading = () =>
`
3. square
`jsx
import Skela from 'react-skela'
const isLoading = () =>
`
Inbuilt skeletons
1. Table
`jsx
import { SkelaTable } from 'react-skela'
const isLoading = () =>
`
2. Card
`jsx
import { SkelaCard } from 'react-skela'
const isLoading = () =>
``