Sha256: f5257bee4f4cbe19e32fba74eef12b78fe2d3aa4a21fc1e38c335eb97546a14b
Contents?: true
Size: 454 Bytes
Versions: 673
Compression:
Stored size: 454 Bytes
Contents
import React from 'react' import { Legend } from 'playbook-ui' 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
673 entries across 673 versions & 2 rubygems