-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eugenia edited this page Aug 12, 2026
·
7 revisions
Welcome to the modular-ui-kit-vue Wiki!
This is a lightweight UI component library created with Vue, TypeScript, and Sass.
Buttons
- MukButton: Standard action button
- MukIconButton: svg action button
Form Elements
- MukCheckbox: Checkbox input component
- MukInput: Standard text input field
- MukRadio: Radio button option
- MukSelect: Dropdown select menu
- MukTextarea : Multi-line text input field
Feedback & States
- MukToast / MukToastContainer: Toast notification components
- MukSkeleton: Skeleton loader for async data
- MukEmptyState: Placeholder display for empty data views
- MukErrorState: Placeholder display for error screens
Navigation
- MukBreadcrumbs: Breadcrumb navigation path
- MukPagination: Page navigation control
Overlays
- MukModal: Modal dialog window with color variants
Typography
- MukText: Standardized typography component
Data Display
- MukBadge: Compact badge component with icon, text, and size options
Uninstall the old version:
npm uninstall modular-ui-kit-vue
Clear the npm cache:
npm cache clean --force
Install the new version 2.0.0:
npm i modular-ui-kit-vue@2.0.0 --legacy-peer-deps