1.0.38 • Published 3 years ago

cookie-testing-ui v1.0.38

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

Getting Started

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 as a dev dependency.

npm i -D acres-ui

Usage

Import the component you require from Acres-UI library. We are going to use the Button component as an example.

import {Notification} from 'acres-ui'
  1. Below are four easy steps to create a Notification element.
1. Create the Notification element with a self-closing tag.

    Example: <Notification />

2. Add the color attribute and set its value to one of the preset colors.

    Example: <Notification color="success" />

3. Add the title attribute and set its value to the desired notification title.

    Example: <Notification color="success" title="Some Title" />

4. Add the subtitle attribute and set its value to the desired notification subtitle.

    Example: <Notification color="success" title="Some Title" subtitle="Some subtitle" />

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.

Storybook

Visit https://acresdesignsystem.com if you like to learn more.

Changelog

Visit https://acresdesignsystem.com/?path=/story/welcome-changelog--page

1.0.19

3 years ago

1.0.18

3 years ago

1.0.38

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago