0.7.1 • Published 2 years ago

reskeleton v0.7.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago