AO Theme UI Library
npm install ao-ui-libThis is not a UI library. This project exports theme components for Ant Design and Material JoyUI.
Using the Ant Design components:
``jsx
import { AntThemeWrapper } from "ao-ui-lib";
import { Button, Space } from "antd";
`
Using the JoyUI components:
`jsx
import { JoyThemeWrapper } from "ao-ui-lib";
import { Button, Box } from "@mui/joy";
`
Run the project locally via Storybook:
npm installnpm run storybook`