Sha256: 451989c5c48c9e346f5f658a8897adbe48711d526f786cd3ed1750ae98c574cf
Contents?: true
Size: 338 Bytes
Versions: 683
Compression:
Stored size: 338 Bytes
Contents
import React from 'react' import FormPill from '../_form_pill' const FormPillDefault = (props) => { return ( <div> <FormPill onClick={() => { alert('Click!') }} tabIndex={0} text="this is a tag" {...props} /> </div> ) } export default FormPillDefault
Version data entries
683 entries across 683 versions & 2 rubygems