1.0.2 • Published 3 years ago

meleon-ui v1.0.2

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

Meleon UI

Material React Component for Meleon.

Demo is here.

Features

  • Support for theming
  • Support for TypeScript

Installation

yarn add meleon-ui

Usage

import { Button } from "meleon-ui";

const OutlinedButton = <Button outlined>Outlined</Button>;

Contributing

Please open issues and pull requests for new features, questions, and bug fixes.

Requirements

  • node v12.13.0
  • yarn v1.22.4

Get Started

# 1. Clone this repository
git clone https://github.com/tighug/meleon-ui.git

# 2. Install dependencies
yarn

# 3. Serve Storybook
yarn storybook

# Build for production
yarn build

License

MIT