Skip to content

maeng2418/Maeng-Design

Repository files navigation

Maeng Design

Maeng Design is React UI library.

📦 Install

npm install maeng-design
yarn add maeng-design

🔨 Usage

import { Button } from 'maeng-design';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
  </>
);

📖 Docs

📕 Storybook

🎨 Figma