Name
Tag
Description
Form
m-card
<m-card>
A card component with support for title, content, and footer sections.
m-command
<m-command>
A webcomponent used to add commands like focus naivgate open or other custom ones that can be triggered using javascript or keyboard shortcuts
m-command-palette
<m-command-palette>
List filter and execute m-command elements
m-combobox
<m-combobox>
A form-associated combobox built on m-listbox and m-search-list
m-copy-button
<m-copy-button>
A button component that copies text to the clipboard with visual feedback.
m-listbox
<m-listbox>
A form-associated listbox component for single or multiple selection.
m-input
<m-input>
Drop-in replacement for native text-type `<input>` elements with form participation,
validation, clear buttons, and slot-based customization.
m-fit-text
<m-fit-text>
Automatically scales text to fit the full width of its container using CSS container queries.
m-option
<m-option>
A selectable option within list-based components (m-listbox, m-combobox, etc).
m-search-list
<m-search-list>
A search list component that filters items based on user input using fuzzy search.
m-tab
<m-tab>
A tab button used within m-tab-list for switching between tab panels.
m-tab-list
<m-tab-list>
A tab list container that manages tabs and their associated panels with full keyboard navigation.
m-tab-panel
<m-tab-panel>
A tab panel that displays content when its associated tab is active.
m-textarea
<m-textarea>
Multi-line text input component with form participation, validation,
clear buttons, and slot-based customization.