@ktjs/mui
v0.23.2
Published
Material-UI inspired components for kt.js - pre-styled UI components
Downloads
2,369
Maintainers
Readme
@ktjs/mui
Material-UI inspired components for kt.js framework.
Installation
pnpm add @ktjs/muiUsage
import { Button, Alert, Dialog } from '@ktjs/mui';
import '@ktjs/mui/styles.css';
// Create a button
const myButton = (
<Button variant="contained" color="primary">
Click me
</Button>
);Available Components
- Alert - Display alert messages with different severity levels
- Button - Material-style buttons with variants and colors
- Dialog - Modal dialogs
- FormLabel - Form labels for inputs
- Input - Text input fields
- LinearProgress - Progress bars
- Radio - Radio buttons
- Select - Dropdown select components
- Icons - Various SVG icons
Development
# Build the package
pnpm build
# Watch mode for development
pnpm devLicense
MIT
