Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-skela

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-skela

The react skeleton library

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-skela

React skeleton library

Features

  • Fully Customizable components: Feel free to change the colors, sizes, animation type.
  • Plug and play: Use existing components or create a new one using basic react-skela (line, circle, square)
  • ⚛️ Lightweight library with zero dependencies.

Demo

React Skela examples

Getting Started

npm i react-skela
yarn add react-skela

Usage

Base skeletons

  1. Default is a line skeleton
import Skela from 'react-skela'

const isLoading = () => <Skela />
  1. circle
import Skela from 'react-skela'

const isLoading = () => <Skela type="circle" />
  1. square
import Skela from 'react-skela'

const isLoading = () => <Skela type="square" />

Inbuilt skeletons

  1. Table
import { SkelaTable } from 'react-skela'

const isLoading = () => <SkelaTable rows={10} />
  1. Card
import { SkelaCard } from 'react-skela'

const isLoading = () => <SkelaCard cardWidth="200px" cardHeight="300px" />

Keywords

FAQs

Package last updated on 14 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc