0.7.1 • Published 11 months ago

reskeleton v0.7.1

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.7.0

11 months ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago