0.0.3 • Published 1 year ago

mmixel-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.0.3

1 year ago

0.0.2

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago