reskeleton

0.7.1 • Public • Published

Reskeleton

A comfortable and beautiful Rescript skeleton component

Install

  • With npm
npm install --save reskeleton
  • With yarn
yarn add reskeleton

Add "reskeleton" to bsconfig:

"bs-dependencies": [
    ...
    "reskeleton"
],

Usage

  • Block
<Reskeleton />
<Reskeleton radius="20px" width="100px" height="100px"/>
  • Text
<h1>
    <Reskeleton variant=`text />
</h1>
  • Circle
<Reskeleton variant=`circle />
<Reskeleton variant=`circle width="100px" height="100px" />

Road map

  • [ ] Tests

Feel free to give your contribution

Package Sidebar

Install

npm i reskeleton

Weekly Downloads

0

Version

0.7.1

License

MIT

Unpacked Size

4.36 kB

Total Files

8

Last publish

Collaborators

  • pedrobslisboa