0.1.2 • Published 10 months ago

mmixel-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Installation

Visit https://ui.elfmc.com/installation to start with MMixel UI.

Components

Visit https://ui.elfmc.com/components/avatar to check components.

Quick Start

1. Install MMixel UI

# npm
npm i mmixel-ui

or

# yarn
yarn add mmixel-ui

2. Import components and use.

import { Button } from "mmixel-ui"

const MyComponent = () => {
  return (
    <Button>Click</Button>
  )
}
0.1.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.0.1

1 year ago

1.0.0

1 year ago