
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@nacho-ui/pill
Advanced tools
The Nacho pill component creates an interactive element that can be added, dismissed, toggled, or defined by user-generated content.
ember install @nacho-ui/pill
The Nacho pill input component is used when you want to allow input for a set of tags that appear as a pill-like item.
Expected behavior:
Params:
| Name | Type | Description |
|---|---|---|
| value | `string | undefined` |
| placeholder | `string | undefined` |
| onComplete | (p: string) => void | Triggers the completion task for adding a tag, where p is the value of the user's text input |
| onDelete | (p: string) => void | Triggers the deletion of the tag, where P is the value of the value passed into the component |
| baseState | PillState as string | Allows the user to specify a custom state for the tag (defaults to PillState.NeutralInverse) when a value is displayed |
| emptyState | PillState as string | Allows the user to specify a custom state for the tag (defaults to PillState.Inverse) when prompting to enter a value |
<NachoPillInput
@value="stringOrUndefined"
@placeholder={{"string" || undefined}}
@onComplete={{action onComplete}}
@onDelete={{action onDelete}}
@baseState={{PillState.Good}}
@emptyState={{PillState.GoodInverse}}
/>
{{#each this.tagList as |tag|}}
<NachoPillInput @value={{tag}} @onDelete={{action this.removeTag tag}}/>
{{/each}}
<NachoPillInput @placeholder="Add Pokemon" @onComplete={{action this.addTag}}/>
git clone <repository-url>cd nacho-pillyarn installyarn lint:hbsyarn lint:jsyarn lint:js --fixember test – Runs the test suite on the current Ember versionember test --server – Runs the test suite in "watch mode"ember try:each – Runs the test suite against multiple Ember versionsember serveFor more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
The default blueprint for ember-cli addons.
The npm package @nacho-ui/pill receives a total of 26 weekly downloads. As such, @nacho-ui/pill popularity was classified as not popular.
We found that @nacho-ui/pill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.