
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@smui/chips
Advanced tools
Chips are used to show discrete information, filter options, input tags, or actions.
npm install --save-dev @smui/chips
https://sveltematerialui.com/demo/chips
A chip.
use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.ripple
: true
- Whether to implement a ripple for when the component is interacted with.touch
: false
- Increase the touch target.shouldRemoveOnTrailingIconClick
: true
- Whether the chip should be removed upon clicking the trailing icon.shouldFocusPrimaryActionOnClick
: true
- Whether the chip should focus the primary action when it is clicked.MDCChip:interaction
MDCChip:selection
MDCChip:removal
MDCChip:trailingIconInteraction
MDCChip:navigation
A set of chips. Chips should only be added onto the end of the set's chip array.
use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.chips
[]
- An array containing the chips.key
chip => chip
- A function used to get the key of the chip. Chip sets that have removable chips should always provide unique keys.selected
undefined
- The currently selected chip or chips.choice
false
- Whether to present the chips as a set of choices, allowing one to be chosen.filter
false
- Whether to present the chips as a set of options, allowing any number to be chosen.input
false
- Whether to present the chips as a set of values, allowing them to be removed.A text label.
todo...
A graphic icon.
todo...
A graphic icon.
todo...
A graphic icon.
todo...
See Chips in the Material design spec.
See Chips in MDC-Web for information about the upstream library's architecture.
FAQs
Svelte Material UI - Chips
The npm package @smui/chips receives a total of 964 weekly downloads. As such, @smui/chips popularity was classified as not popular.
We found that @smui/chips demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.