Sha256: 05b2ee0d0dfe4c34586b863f2c2753b55d90fd28bd981f8d5b755a9ad3f1ebeb
Contents?: true
Size: 516 Bytes
Versions: 948
Compression:
Stored size: 516 Bytes
Contents
import React from 'react' import { Legend } from 'playbook-ui' const LegendColors = (props) => ( <div> <Legend color="data_8" text="Data 8" {...props} /> <Legend color="warning" text="Warning" {...props} /> <Legend color="product_6_highlight" text="Product 6 (highlight)" {...props} /> <Legend color="category_7" text="Category 7" {...props} /> </div> ) export default LegendColors
Version data entries
948 entries across 948 versions & 2 rubygems