1.0.1 • Published 3 years ago

maroom-ui-test v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

maroom-ui-test

Test package ui components for maroom

NPM JavaScript Style Guide

## Install

```bash
npm install --save maroom-ui-test
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'maroom-ui-test'
import 'maroom-ui-test/dist/index.css'

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

## License

MIT © [eno-tech0](https://github.com/eno-tech0)
1.0.1

3 years ago

1.0.0

3 years ago