Sha256: 1700afa8ba07fe646457def84945d71a0cd4591d20d5b633e8d6be8d908f0930
Contents?: true
Size: 532 Bytes
Versions: 893
Compression:
Stored size: 532 Bytes
Contents
import React from 'react' import { Caption } from '../../' const CaptionColors = (props) => { return ( <div> <Caption text="Test colors" {...props} /> <Caption color="success" text="Test colors" {...props} /> <Caption color="error" text="Test colors" {...props} /> <Caption color="link" text="Test colors" {...props} /> </div> ) } export default CaptionColors
Version data entries
893 entries across 893 versions & 2 rubygems