Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@combine-labs/forge

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@combine-labs/forge

Combine Labs component library

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-81.25%
Maintainers
3
Weekly downloads
 
Created
Source

forge

Combine Labs component library

NPM JavaScript Style Guide

Install

yarn add @combine-labs/forge

Usage

import React, { Component } from 'react'

import { MyComponent } from '@combine-labs/forge'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

Storybook

https://storybook.js.org/

Start storybook: yarn run storybook

Storybook will now be available at localhost:6006

Publish

Run the following commands from develop to publish a new version of Forge: $ yarn publish:patch - increments 0.0.x $ yarn publish:minor - increments 0.x.0 $ yarn publish:major - increments x.0.0

Only major versions should include breaking updates. Publish a minor version if a new component is added.

Contributing

License

MIT © Kaschman

FAQs

Package last updated on 20 Mar 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