Badges
Default (New tag)
New building
Free
Top
Tip
Reservation
Notice
Developer project
Schema
{
"props": {
"variant": {
"type": "string",
"description": "large (default) | small | circle"
},
"color": {
"type": "string",
"description": "magenta (default) | turquoise | green | yellow | light-blue | gray | red | dark-blue | black"
},
"title": {
"type": "string",
"description": "Title of the component"
},
"perex": {
"type": "string",
"description": "Perex of the component"
}
}
}