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