![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@mcwv/chips
Advanced tools
<!-- material icons -->
<mdc-chip-set>
<mdc-chip leadingIcon="face" trailingIcon="more_vert">Jane Smith</mdc-chip>
<mdc-chip leadingIcon="face" trailingIcon="more_vert">John Doe</mdc-chip>
</mdc-chip-set>
<!-- font-awesome -->
<mdc-chip-set>
<mdc-chip :leadingIconClasses="{fa:1,'fa-font-awesome':1 }" :trailingIconClasses="{fa:1,'fa-ellipsis-v':1}">Jane Smith</mdc-chip>
<mdc-chip :leadingIconClasses="{fa:1, 'fa-smile-o':1}" :trailingIconClasses="{fa:1, 'fa-ellipsis-v':1}">John Doe</mdc-chip>
<mdc-chip-set>
mdc-chip is a compact element that allows a user to enter information or select a choice.
prop | Type | Default | Description |
---|---|---|---|
choice | Boolean | optional | Optional. Indicates that the chips in the set are choice chips, |
which allow a single selection from a set of options. | |||
filter | Boolean | optional | Optional. Indicates that the chips in the set are filter chips, |
which allow a multiple selection from a set of options. | |||
input | Boolean | optional | Optional. Indicates that the chips in the set are input chips, |
which enable user input by converting text into chips. |
mdc-chip is a compact element that allows a user to enter information or select a choice.
prop | Type | Default | Description |
---|---|---|---|
leadingIcon | String | optional | optional leading icon |
trailingIcon | String | optional | Optional. Indicates a trailing icon which removes the chip from the DOM. Only use with input chips. |
leadingIconClasses | Object | optional | optional leading icon classes (font-awesome) |
trailingIconClasses | Object | optional | optional trailing icon classes (font-awesome) |
event | description |
---|---|
@MDCChip:interaction | emitted on chip interaction (will bubble) |
@MDCChip:trailingIconInteraction | emitted on trailing icon interaction (will bubble) |
Note: Events emitted by
material-components-web
onmdc-chip
interaction appear as normalVue
events (no need for the .native modifier) and also "bubble" so can be listened for on themdc-chip-set
element and will receive themdc-chip
instance in thedetail
property.
<mdc-chip-set>
<mdc-chip leadingIcon="face" trailingIcon="more_vert">Jane Smith</mdc-chip>
<mdc-chip leadingIcon="face" trailingIcon="more_vert">John Doe</mdc-chip>
</mdc-chip-set>
FAQs
The Vue Material Adapter for the web chips component
The npm package @mcwv/chips receives a total of 1 weekly downloads. As such, @mcwv/chips popularity was classified as not popular.
We found that @mcwv/chips demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
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.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.