New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elevate_security/elevate-component-library

Package Overview
Dependencies
Maintainers
3
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevate_security/elevate-component-library

A library of elevate UI components

  • 1.1.1-1.master
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
433
increased by240.94%
Maintainers
3
Weekly downloads
 
Created
Source

Elevate Security Component Library

A component library for sharing Elevate Components between each of our projects

Demo App

CircleCI


Installation

npm install @elevate_security/elevate-component-library --save

Usage

cont Elevate =  require('@elevate_security/elevate-component-library')

render() {
  return (
    <Elevate.Typography.H1>This is the tab content 1</Elevate.Typography.H1>
  )
}

Components

  • Card
  • Icon
  • Link
  • Typography
  • Layout
  • Gauge
  • LineBarChart
  • Axis
  • Line
  • Input
  • Button
  • Tabs
  • TimelineBlock
  • ButtonIcon
  • Breadcrumb
  • Image
  • Avatar
  • Header
  • GlobalStyle
  • Logo

Development

  • Clone this repo
  • npm install
  • To debug or demo in storybook: npm run-script storybook
  • To bootstrap work on a new componentnpm: run-script create [component name]

Local Development/importing into other applications

  • In component library, run: npm link

  • Take the generated link and import into your parent project like so:

const Elevate = require('/usr/local/lib/node_modules/@elevate_security/elevate-component-library')

const { Logo } = Elevate

Deploying to NPM

  1. Check out and pull master
git checkout master
git pull
  1. 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, tag with version name and push
TAG=v1.0.6
git add package.json
git commit -m "bumping version to ${TAG}"
git tag ${TAG}
git push origin master ${TAG}

Keywords

FAQs

Package last updated on 30 Aug 2019

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