Import
import { Badge } from '@windmill/react-ui'
Type
There are five types, applied by the prop type: success, primary (default), danger, warning and neutral.
primaryneutralsuccessdangerwarning
live editor
Props overview
| Prop | Description | Type | Default |
|---|---|---|---|
type | define the color of component | success, primary, danger, warning, neutral | primary |
Customizing
See Customization to learn how to change defaultTheme styles.