1.0.3 • Published 3 years ago

cookie12-test-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Getting Started

Mission: Acres builds unity, providing a single source of truth that drives efficiency and creates consistency across all digital environments at Meijer. Here you’ll find foundational design language, components, and tokens—everything you need to create consistent and compelling digital experiences.

Installation

Install the Acres-UI library.

npm i acres-ui

Usage

  1. Import the component you require from Acres-UI library. We are going to use the Icon component as an example.
import {Icon} from 'acres-ui'
  1. Below are four easy steps to create a Button element with the type set to secondary.
1. Create the Icon element with a self-closing tag.

    Example: <Icon />

2. Add the name attribute.

    Example: <Icon name="" />

3. Enter the icon name as the value. This example uses the delete icon.

    Example: <Icon name="delete" />

Storybook

Link: https://dds.meijer.com

Contribute

Development contributions is very much welcome and appreciated. Please email me at ton.tran@meijer.com if you have any questions, comments or concerns.