Socket
Book a DemoInstallSign in
Socket

@igloo-ui/color

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igloo-ui/color

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

latest
Source
npmnpm
Version
0.6.0
Version published
Maintainers
1
Created
Source

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"
/>;

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts