0.2.0 • Published 4 years ago

ghostly-ui v0.2.0

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
4 years ago

Ghostly UI

A Shared React Component Library for Ghostery Products

NPM

Demo

View the storybook online.

Or run it locally via:

yarn storybook

Install

yarn add ghostly-ui

Usage

import React, { Component } from "react";

import { Input } from "ghostly-ui";

class MyInput extends Component {
  render() {
    return (
      <Input
        id='email'
        label='email'
        placeholder='name@example.com'
      />
    );
  }
}
0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago