New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kuali-ui

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuali-ui

Kuali UI elements

  • 4.0.0-alpha.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

Colors

The Kuali approved palette consists of these colors.

Colors.lightBlue or --kuali-light-blue

Colors.blue or --kuali-blue

Colors.pink or --kuali-pink

Colors.yellow or --kuali-yellow

Colors.green or --kuali-green

Colors.purple or --kuali-purple

Colors.orange or --kuali-orange

Colors.red or --kuali-red

Colors.grey or --kuali-grey

Colors.darkGrey or --kuali-dark-grey

They can be used in Javascript like this

import Colors from 'kuali-ui/colors';

function ColorExample() {
  return (
    <div style={{backgroundColor: Colors.orange}} />
  )
}

or in CSS like this (assumes you are using postcss)

@import 'kuali-ui/colors';

.example {
  background-color: var(--kuali-orange);
}

Icons

Kuali-UI utilizes the material-icons font. You will need to load the font on any page needing icons.

Components

FAQs

Package last updated on 28 Feb 2017

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