@pedox/react-skeleton
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@pedox/react-skeleton

My approach to build this package is provide easy loading skeleton without any doubt.

Installation

npm install @pedox/react-skeleton

OR

yarn add @pedox/react-skeleton

Basic Usage

import React from "react";
import Skeleton from "@pedox/react-skeleton";
import "@pedox/react-skeleton/dist/index.css";

const App = () => (
  <div className="app">
    <Skeleton />
  </div>
);
export default App;

DEMO

Readme

Keywords

none

Package Sidebar

Install

npm i @pedox/react-skeleton

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

32.9 kB

Total Files

16

Last publish

Collaborators

  • pedox