Material-UI inspired components for kt.js - pre-styled UI components
npm install @ktjs/muiMaterial-UI inspired components for kt.js framework.
``bash`
pnpm add @ktjs/mui
`tsx
import { Button, Alert, Dialog } from '@ktjs/mui';
import '@ktjs/mui/styles.css';
// Create a button
const myButton = (
);
`
- 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
`bashBuild the package
pnpm build
MIT