Sha256: 7e95dfaa56c09a21f74360b0b2704459f55909ff7c5f63ec2f7626e4bcdbcd71
Contents?: true
Size: 765 Bytes
Versions: 948
Compression:
Stored size: 765 Bytes
Contents
import React from 'react' import { Hashtag } from 'playbook-ui' const HashtagDefault = (props) => { return ( <div> <Hashtag text="470297" type="project" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="123456" type="home" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="456789" type="appointment" url="https://google.com" {...props} /> <br /> <br /> <Hashtag text="654321" type="default" url="https://google.com" {...props} /> </div> ) } export default HashtagDefault
Version data entries
948 entries across 948 versions & 2 rubygems