@bunpmjs/mui-lite

0.0.1 • Public • Published

mui-lite

compatible @bunpmjs/bunext

To install:

bun i mui-lite
or
npm i mui-lite
import "@bunpmjs/mui-lite/style.css";
import { ThemeProvider, DefaultTheme } from "@bunpmjs/mui-lite/theme";
import Button from "@bunpmjs/mui-lite/Button";

export default function App() {
    return (
        <ThemeProvider theme={DefaultTheme}>
            <Button>Material UI Button</Button>
        </ThemeProvider>
    );
}

Documentation will follow. In general almost all component follow the same props and behaviors of mui/material components but some have different props for some purpose

Package Sidebar

Install

npm i @bunpmjs/mui-lite

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

435 kB

Total Files

86

Last publish

Collaborators

  • bunpmjs