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