0.5.2 • Published 5 days ago

@igloo-ui/color v0.5.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

Color

A color can be used in place of an avatar. The background color and text color are customizable.

Installation

To install @igloo-ui/color in your project, you will need to run the following command using npm:

npm install @igloo-ui/color

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/color

Usage

Then to use the component in your code just import it!

import Color from '@igloo-ui/color';

<Color
  color="#FFC3BA"
  textColor="#6B2837"
  size="large"
  name="Awesome Possum Team"
/>;
0.5.2

5 days ago

0.5.1

20 days ago

0.5.0

3 months ago

0.4.1

3 months ago

0.4.0

4 months ago

0.3.3

4 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.0

6 months ago

0.2.0

9 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago