naive-ui/demo/documentation/components/badge/enUS/index.demo-entry.md
2020-10-21 17:10:23 +08:00

678 B

Badge

I bet you have seen it and know how it should be applied.

Demos

basic
type
processing
show-zero
overflow
manual
custom-content
raw

Props

Name Type Default Description
color string undefined
dot boolean false
max number undefined
processing boolean false
show-zero boolean false
show boolean true
themed-style { [themeName: string]: Object } | null null
theme 'light' | 'dark' | null | string null
type 'default' | 'success' | 'error' | 'warning' | 'info' 'default'
value string | number undefined

Slots

Name Parameters Description
default ()