@it-tool-ui/badge
v1.0.2
Published
UI Badge Component with React & Typescript with TailwindCSS
Downloads
4
Readme
React Badge UI component
This is a very light UI Badge component library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install @it-tool-ui/badgeimport { Badge } from "@it-tool-ui/badge";
<Badge
title="7"
shape="square"
size="medium"
color="primary"
showOutline={false}
hidden={false}
>
<image src="https://i.pravatar.cc/150?u=a042581f4e29026704d" alt="Jane" />
</Badge>;