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