Sha256: 23f69d792489f24ff6da67d21fdb1be7eb08d170ddbe8234a34209db4649edac
Contents?: true
Size: 406 Bytes
Versions: 87
Compression:
Stored size: 406 Bytes
Contents
import React from 'react' import { Legend } from '../..' const LegendCustomColors = (props) => ( <div> <Legend color="#dc418a" text="Windows" {...props} /> <Legend color="#3ef0b8" text="Windows" {...props} /> <Legend color="#ab8b04" text="Windows" {...props} /> </div> ) export default LegendCustomColors
Version data entries
87 entries across 87 versions & 1 rubygems