@redsift/ui-rs-core
v0.9.1
Published
Common CSS styles and Javascript functionality for RedsiftUI.
Downloads
64
Readme
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 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>