Badge
v-badge
コンポーネントは、あらゆる種類のコンテンツをラップして、ユーザに情報をハイライトしたり、指定の要素に対して注意を引いたりすることができます。
API
Name
bottom
Default
false
Type
boolean
Align the component towards the bottom
Name
color
Default
'primary'
Type
string
コンポーネントに色を設定します。この色は、定義されている色の名前(例えばsuccess
やpurple
)や、CSSの色指定(#033
やrgba(255, 0, 0, 0.5)
)を設定できます。
Name
left
Default
false
Type
boolean
Align the component towards the left
Name
mode
Default
undefined
Type
string
Components.Badges.
Name
origin
Default
undefined
Type
string
Components.Badges.
Name
overlap
Default
false
Type
boolean
Components.Badges.
Name
transition
Default
'fab-transition'
Type
string
Sets the component transition. Can be one of the built in transitions or your own.
Name
value
Default
true
Type
any
Components.Badges.