Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lendi-ui/color

Package Overview
Dependencies
Maintainers
46
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/color

Color utilities for color.

  • 5.1.6
  • npm
  • Socket score

Version published
Weekly downloads
457
decreased by-39.23%
Maintainers
46
Weekly downloads
 
Created
Source

@lendi-ui/color

The information for color remains here for reference but is now deprecated For ALL cases the themed colour function getColour in @lendi-ui/commons/colours must be used

Color style with bg(background color), fg(font color) and color(every CSS property relate to color).

Installation

yarn add @lendi-ui/color

Usage

  • color for styling every CSS porperty relate to color.
import { color } from '@lendi-ui/color';
const Circle = styled.div`
  width: 0;
  border-radius: 1em;
  border: 1em solid ${color('primary.500')};
`;

FAQs

Package last updated on 05 Sep 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc