JSPM

@elevate_security/elevate-component-library

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q65921F
  • License ISC

A library of elevate ui components

Package Exports

  • @elevate_security/elevate-component-library

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@elevate_security/elevate-component-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

  1. Clone repo
  2. $ npm install
  3. $ npm run-script storybook ...For debugging or demoing in storybook
  4. $ npm run-script create ...For bootstrapping work on a new component

Demo

Demo App

Code Demo

cont Elevate =  require('@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

Deploying to NPM

  1. Check out and pull master

  2. Up the version on package.json to next version

    "name": "@elevate_security/elevate-component-library",
    "version": "1.0.6",
    "description": "A library of elevate ui components",
  1. Commit and push that branch to github

  2. Tag master with verson name

git tag -a v1.0.6 -m ""

  1. Push the tag to github

git push origin v1.0.6