0.2.1 • Published 3 years ago
@thesis-ui/badge v0.2.1
Badge component - Thesis UI
Installation
$ yarn add @thesis-ui/badge
$ npm install @thesis-ui/badge
Usage
import Badge from '@thesis-ui/badge';
<AnyContainer>
<Badge
isInner
position="bottomRight"
>
10
</Badge>
</AnyContainer>