Sha256: 25ca32cfa53683905414b2197fe936b3c4af67c05dbc0e20939f22b01431dff0
Contents?: true
Size: 717 Bytes
Versions: 840
Compression:
Stored size: 717 Bytes
Contents
import React from 'react' import Badge from '../_badge' const BadgeNotification = (props) => { return ( <> <div> <Badge rounded text="1" variant="notification" {...props} /> <Badge text="4" variant="notification" {...props} /> </div> <div> <Badge rounded text="1" variant="notificationError" {...props} /> <Badge text="4" variant="notificationError" {...props} /> </div> </> ) } export default BadgeNotification
Version data entries
840 entries across 840 versions & 2 rubygems