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