1.0.3 • Published 5 years ago

@dalenapps/dizzy v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago