Skip to content
Nariman Bortov edited this page Jul 2, 2023 · 3 revisions

Import

import { Badge } from '@narimanb/wreactui'

Type

There are five types, applied by the prop type: success, danger, warning, neutral, and primary (default).

image

Code

<Badge>primary</Badge>
<Badge type="neutral">neutral</Badge>
<Badge type="success">success</Badge>
<Badge type="danger">danger</Badge>
<Badge type="warning">warning</Badge>

Props overview

Prop Description Type Default
type define the color of component success, primary, danger, warning, neutral primary
Clone this wiki locally