Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
/ dizzy Public archive

A set of React UI components used in internal apps.

Notifications You must be signed in to change notification settings

DalenApps/dizzy

Repository files navigation

@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

About

A set of React UI components used in internal apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published