Sha256: 24bae66466ae4c25548c1ada583afde83134ecc83fa45f0457f7de36b0e83a62
Contents?: true
Size: 464 Bytes
Versions: 1849
Compression:
Stored size: 464 Bytes
Contents
import React from 'react' import Badge from '../_badge' 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
1,849 entries across 1,849 versions & 2 rubygems