Skip to content

GroceriStar/grocery-react-component

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •