<m-card>
A card component with support for title, content, and footer sections.
<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-combobox>
A form-associated combobox built on m-listbox and m-search-list
<m-command-palette>
List filter and execute m-command elements
<m-copy-button>
A button component that copies text to the clipboard with visual feedback.
<m-fit-text>
Automatically scales text to fit the full width of its container using CSS container queries.
<m-input>
Drop-in replacement for native text-type `<input>` elements with form participation,
validation, clear buttons, and slot-based customization.
<m-listbox>
A form-associated listbox component for single or multiple selection.
<m-popover-menu>
A positioned popover menu using native Popover API with Floating UI positioning
<m-search-list>
A search list component that filters items based on user input using fuzzy search.
<m-tab>
A tab button used within m-tab-list for switching between tab panels.
<m-option>
A selectable option within list-based components (m-listbox, m-combobox, etc).
<m-tab-list>
A tab list container that manages tabs and their associated panels with full keyboard navigation.
<m-textarea>
Multi-line text input component with form participation, validation,
clear buttons, and slot-based customization.
<m-tab-panel>
A tab panel that displays content when its associated tab is active.