1.0.10 • Published 5 years ago

@groceristar/grocery-component v1.0.10

Weekly downloads
143
License
MIT
Repository
github
Last release
5 years ago

npm version

example how i use list:

// this is an ingredient for list
import React, { Component, Fragment } from 'react';

import { List, DefaultList, IngredientList } from '@groceristar/grocery-component';

const IngredientsList = ({ ingredients, title }) => (

  <Fragment>
    <h2>{title}</h2>
    <DefaultList items={ingredients} />
  </Fragment>

);
  • for creating build run 'yarn clean && yarn build'
  • tests, lint, coverage is not working at this moment

  • Make Display List tests works again
1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago