Sha256: f9c2b6d7bbc070da6f5f4aa55144c279f9c4878cc8a2db5be450fc77a5bfae38
Contents?: true
Size: 634 Bytes
Versions: 1936
Compression:
Stored size: 634 Bytes
Contents
import React from 'react' import Title from '../_title' const TitleColors = (props) => { return ( <div> <Title text="Default Color" {...props} /> <Title color="link" size={3} tag="h1" text="Title Color" {...props} /> <Title color="success" size={3} tag="h1" text="Title Color" {...props} /> <Title color="error" size={3} tag="h1" text="Title Color" {...props} /> </div> ) } export default TitleColors
Version data entries
1,936 entries across 1,936 versions & 2 rubygems