@groceristar/grocery-component

1.0.10 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @groceristar/grocery-component

Weekly Downloads

0

Version

1.0.10

License

MIT

Unpacked Size

42.5 kB

Total Files

21

Last publish

Collaborators

  • hirdbluebird
  • vadim9999
  • arthur.tkachenko