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