react-loading-content-skeletons
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-loading-content-skeletons

React content loading skeletons package

NPM JavaScript Style Guide Build Status

Install

npm install --save react-loading-content-skeletons
yarn add react-loading-content-skeletons

Usage

import React, { Component } from 'react'

import { Text, Avatar, Thumbnail } from 'react-loading-content-skeletons'
import 'react-loading-content-skeletons/dist/index.css'

class Example extends Component {
  render() {
    return (
      <>
        <Avatar size='medium' />
        <Thumbnail theme='light' />
        <Text count={5} />
      </>
    )
  }
}

License

MIT © SimonImanigirimpuhwe

react-loading-content-skeletons

Readme

Keywords

none

Package Sidebar

Install

npm i react-loading-content-skeletons

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

30.9 kB

Total Files

16

Last publish

Collaborators

  • imanigirimpuhwe