Page MenuHomePhorge

badge.style.js
No OneTemporary

Size
474 B
Referenced Files
None
Subscribers
None

badge.style.js

export default {
name: 'Badge',
selector: '.badge',
validInnerComponents: [
'Text',
'Icon'
],
variants: {
notification: '.-notification'
},
defaultRules: [
{
component: 'Root',
directives: {
'--badgeNotification': 'color | --cRed'
}
},
{
directives: {
background: '--cGreen'
}
},
{
variant: 'notification',
directives: {
background: '--cRed'
}
}
]
}

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 4:46 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
486344
Default Alt Text
badge.style.js (474 B)

Event Timeline