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

cora-ui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cora-ui

UI guide for Cora

  • 0.0.3
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Cora-UI

Overview

UI guide for Cora projects

Development

  • yarn install to install dependencies
  • yarn build to compile scss to css

Deployment

  • yarn release follow prompts to publish to npm

Usage

Reference the package and version directly in your html

<link rel="stylesheet" href="https://unpkg.com/cora-ui@0.0.3/dist/index.css">

Style Guide

Resets

  • CSS resets are applied and defined in scss/base.scss.
  • <h1> through <h6> and <p> defaults are applied
  • Root font size is defined here and it is recommended to define relative sizes using em in your project

Helpers

  • Some utility classes are defined in scss/utility.scss.

Colors

  • Colors are defined as color-shade--type. The color palette is defined in /scss/colors.scss. Colors can be used as follows:
<div class="blue-0 red-3--bg">
  Dark blue text and a light red background
</div>

Alerts

  • TODO

Buttons

  • referenced with btn
  • small button styling available with btn--small
<div class="btn">Button</div>

Fonts

  • Font families are defined in scss/fonts.scss

Inputs

  • TODO

Animations

  • TODO

FAQs

Package last updated on 20 Jun 2020

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