@redsift/ui-rs-core v0.9.1
ui-rs-core
Core library with common functionality to be used by UI components.
ui-rs-core contains
- the common CSS style theme for RedsiftUI and
- 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
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 buildThis 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>9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago