Sha256: 6da4b3c307f19c729455f6098dd40dc2fe5c7422b2282b8576af5ed7b9a07836
Contents?: true
Size: 482 Bytes
Versions: 159
Compression:
Stored size: 482 Bytes
Contents
import React from 'react' import { Legend } from '../..' const LegendColors = (props) => ( <div> <Legend color="data_8" text="Windows" {...props} /> <Legend color="warning" text="Windows" {...props} /> <Legend color="windows" text="Windows" {...props} /> <Legend color="category_7" text="Windows" {...props} /> </div> ) export default LegendColors
Version data entries
159 entries across 159 versions & 1 rubygems