Sha256: a00624678562a125af7e97aef152afd9b8d4b9084beac5fd76c8cee4fedbb843
Contents?: true
Size: 518 Bytes
Versions: 1849
Compression:
Stored size: 518 Bytes
Contents
import React from 'react' import Badge from '../_badge' const BadgeRounded = (props) => { return ( <div> <Badge rounded text="+1" variant="primary" {...props} /> <Badge rounded text="+4" variant="primary" {...props} /> <Badge rounded text="+1000" variant="primary" {...props} /> </div> ) } export default BadgeRounded
Version data entries
1,849 entries across 1,849 versions & 2 rubygems