Skip to content

Canti23/max-ui

 
 

Repository files navigation

npm latest package storybook

MaxUI

Установка

npm install @maxhub/max-ui
yarn add @maxhub/max-ui
pnpm add @maxhub/max-ui

Быстрый старт

import '@maxhub/max-ui/dist/styles.css';
import { MaxUI, Panel, Button } from "@maxhub/max-ui";

const App = () => {
  return (
    <MaxUI>
      <Panel centeredX centeredY>
        <Button>
          Hello world!
        </Button>
      </Panel>
    </MaxUI>
  )
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • SCSS 42.8%
  • Other 1.6%