UNPKG

poui

Version:

A React component for designating partial orders

16 lines (14 loc) 496 B
// test data fixtures for ListItems const ListItemsFixtures = { salad: [ { "key": 'Z', "description": 'Zanahoria' }, { "key": 'R', "description": 'Remolacha' }, { "key": 'C', "description": 'Calabaza' }, { "key": 'T', "description": 'Tomate' }, { "key": 'L', "description": 'Lechuga' }, { "key": 'M', "description": 'Morrón' }, { "key": 'P', "description": 'Pimiento verde' }, { "key": 'A', "description": 'Acetuna' }, ], } export default ListItemsFixtures;