UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

23 lines (18 loc) 488 B
### Product Tile with Multiple Variants ```js <div style={{ width: '33.33%'}}> <ProductTile {...require('./defaultProps').productWithVariants} /> </div> ``` ### Product Tile with a Single Size ```js <div style={{ width: '33.33%'}}> <ProductTile {...require('./defaultProps').productWithOneSize} /> </div> ``` #### Product Tile for a product in Sale ```js <div style={{ width: '33.33%'}}> <ProductTile {...require('./defaultProps').productOnSale} /> </div> ```