0.1.4 • Published 5 years ago

moodagent-ui-components v0.1.4

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
5 years ago

moodagent-ui-components

Reusable UI components created by the Moodagent web devs.

NPM JavaScript Style Guide

Install

npm install --save moodagent-ui-components

Getting Started

Install the package and start importing components.

Usage

import React, {Component} from 'react'
import {Button} from 'moodagent-ui-components'

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

MIT © Moodagent

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago