chmex-ui

1.1.3 • Public • Published

chmex-ui

All-in-one user interface library based on chmex guidelines

NPM JavaScript Style Guide

Install

npm install --save chmex-ui

Usage

import React, { Component } from 'react'

import { Button } from 'chmex-ui'
import 'chmex-ui/dist/index.css'

class Example extends Component {
  render() {
    return <Button text="My Button" kind="white-outline" />
  }
}

License

MIT © anthonychemaly

Readme

Keywords

none

Package Sidebar

Install

npm i chmex-ui

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

111 kB

Total Files

7

Last publish

Collaborators

  • anthonychemaly