Gathering detailed insights and metrics for @detachhead/smui-chips
Gathering detailed insights and metrics for @detachhead/smui-chips
npm install @detachhead/smui-chips
Typescript
Module System
Node Version
NPM Version
75
Supply Chain
90.4
Quality
75.3
Maintenance
50
Vulnerability
96.7
License
Svelte (81.85%)
SCSS (8.68%)
TypeScript (8.37%)
JavaScript (0.72%)
HTML (0.35%)
Shell (0.03%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
601
Last Day
1
Last Week
2
Last Month
17
Last Year
85
Apache-2.0 License
3,356 Stars
1,416 Commits
283 Forks
33 Watchers
15 Branches
49 Contributors
Updated on Feb 27, 2025
Minified
Minified + Gzipped
Latest Version
7.0.0-beta.0-7aa154b58dd17d39757ade237397a003da4f0bdc
Package Id
@detachhead/smui-chips@7.0.0-beta.0-7aa154b58dd17d39757ade237397a003da4f0bdc
Unpacked Size
690.62 kB
Size
44.12 kB
File Count
46
NPM Version
8.8.0
Node Version
18.1.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
100%
2
Compared to previous week
Last Month
112.5%
17
Compared to previous month
Last Year
-57.3%
85
Compared to previous year
Chips are used to show discrete information, filter options, input tags, or actions.
1npm 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.
No vulnerabilities found.
Reason
26 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-24
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More