Elevate Security Component Library
A component library for sharing Elevate Components between each of our projects
Components
- Card
- Icon
- Link
- Typography
- Layout
- Gauge
- LineBarChart
- Axis
- Line
- Input
- Button
- Tabs
- TimelineBlock
- ButtonIcon
- Breadcrumb
- Image
- Avatar
- Header
- GlobalStyle
- Logo
Development
- Clone repo
- $ npm install
- $ npm run-script storybook
...For debugging or demoing in storybook
- $ npm run-script create
...For bootstrapping work on a new component
Demo
Demo App
Code Demo
import Elevate from '@elevate_security/elevate-component-library'
render() {
return (
<Elevate.Typography.H1>This is the tab content 1</Elevate.Typography.H1>
)
}
Download & Installation
> npm i @elevate_security/elevate-component-library