Sha256: 8d356330d54a5f4de0e2cb10dccb5efd77c73f76ba3f0e7e9e842d5696f8f894
Contents?: true
Size: 522 Bytes
Versions: 164
Compression:
Stored size: 522 Bytes
Contents
import React from 'react' import Badge from '../_badge.jsx' 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
164 entries across 164 versions & 1 rubygems