dottedroundbutton
v1.1.4
Published
This a Round-Dotted-Button with muilt arrow fontawesome icons, with rotation & muiltiple backgrounds
Maintainers
Readme
Install package npm i dottedRoundButton
demo code
<DashedRoundButton direction="up" variant="primary" rotation={70} />
<DashedRoundButton direction="down" variant="success" rotation={80} />
<DashedRoundButton direction="left" variant="warning" rotation={-80} />
<DashedRoundButton direction="right" variant="danger" rotation={-290} />
<DashedRoundButton direction="up" variant="primary" />
<DashedRoundButton direction="down" variant="success"/>
<DashedRoundButton direction="left" variant="warning" />
<DashedRoundButton direction="right" variant="danger" />
<DashedRoundButton direction="right" variant="light" />
<DashedRoundButton direction="right" variant="dark" />
<DashedRoundButton direction="up"/>
<DashedRoundButton direction="down" />
<DashedRoundButton direction="left" />
<DashedRoundButton direction="right" />
