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

codogo-react-widgets

Package Overview
Dependencies
Maintainers
2
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codogo-react-widgets

Provides a unified way to access the styling of commonly used widgets across different apps

  • 7.2.14
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Codogo React Widgets

Provides a unified way to access the styling of commonly used widgets across different apps

API

js

import { CodogoTick, CodogoRadio, CodogoButton } from "codogo-react-widgets";
require("codogo-react-widgets/sass/main.scss");

SCSS

@import "/path/to/node_modules/codogo-react-widgets/scss/main.scss
$codogo-pallet-main: //the main colour of the app (eg: orange for write)
$codogo-pallet-background: //the off-white background of the app
$codogo-pallet-slight: //the colour for drawing slight attention (think hover)
$codogo-pallet-highlight: //colour for drawing more attention (think select)
$codogo-pallet-warn: //colour for drawing attention  to a potentialy important choice (think "are you sure you want to continue")
$codogo-pallet-danger: //colour for drawing attention  to  a  potentioaly dangerous choice (think "are you sure you want to delete this document")

FAQs

Package last updated on 07 Mar 2018

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