Socket
Socket
Sign inDemoInstall

@redsift/ui-rs-core

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redsift/ui-rs-core

Common CSS styles and Javascript functionality for RedsiftUI.


Version published
Weekly downloads
7
increased by600%
Maintainers
2
Weekly downloads
 
Created
Source

ui-rs-core

Core library with common functionality to be used by UI components.

ui-rs-core contains

  1. the common CSS style theme for RedsiftUI and
  2. common Javascript functionality used by RedsiftUI components (living in the ui-rs-* repositories).

For a description of the RedsiftUI and its components see official RedsiftUI documentation.

Builds

Circle CI

A UMD build is available from //static.redsift.io/reusable/ui-rs-core/latest/ui-rs-core.umd-es2015.min.js.

To build locally checkout this repository and

> cd ui-rs-core
> npm install
> npm run build

This will create a ./dist folder with the Javascript and CSS files.

Browser Usage

First include the CSS file in the <head> of your page:

<link rel="stylesheet" href="//static.redsift.io/reusable/ui-rs-core/latest/css/ui-rs-core.min.css">

Additionally include the Javascript on the bottom of the <body>, if you want to use its functionality directly:

<script src="//static.redsift.io/reusable/ui-rs-core/latest/js/ui-rs-core.umd-es2015.min.js"></script>

Keywords

FAQs

Package last updated on 14 Dec 2016

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