@dalenapps/dizzy

A set of React UI components used in internal apps.


License
MIT
Install
npm install @dalenapps/dizzy@1.0.3

Documentation

@dalenapps/dizzy

A set of React UI components used in internal apps.

NPM JavaScript Style Guide

Work in progress

This is currently under development.

Install

npm install --save @dalenapps/dizzy

Usage

import React, { Component } from 'react'
import './node_modules/@dalenapps/dizzy/dist/dizzy.css';
import { Button } from '@dalenapps/dizzy'

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

License

MIT © dalenapps