
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
vue-tailwind-searchable-multiselect
Advanced tools
A Vue 3 component for a **beautiful**, **searchable**, and **multi-select dropdown**, styled with **Tailwind CSS**. Easily tag and filter your selections with a responsive UI and minimal setup.
A Vue 3 component for a beautiful, searchable, and multi-select dropdown, styled with Tailwind CSS. Easily tag and filter your selections with a responsive UI and minimal setup.
npm install vue-tailwind-searchable-multiselect
🚀 Usage
1. Import the component and CSS
js
Copy
Edit
// main.js or inside your component
import MultiSelectDropdown from 'vue-tailwind-searchable-multiselect';
import 'vue-tailwind-searchable-multiselect/dist/style.css';
2. Register the component
js
Copy
Edit
export default {
components: {
MultiSelectDropdown
}
}
3. Use it in your template
vue
Copy
Edit
<MultiSelectDropdown :drop-down-data="dropDownData" />
📋 Props
Prop Type Required Description
dropDownData Array ✅ Yes Array of objects like { id, name, value } to display
📌 Example Data Format
js
Copy
Edit
dropDownData: [
{ id: 1, name: 'JohnDoe', value: 'JohnDoe' },
{ id: 2, name: 'JaneSmith', value: 'JaneSmith' },
{ id: 3, name: 'FooBar', value: 'FooBar' }
]
🎨 Customization
The component is styled using Tailwind CSS. You can:
Override styles using custom classes
Use Tailwind’s utility-first approach to theme components globally
✅ Compatibility
Vue 3
Tailwind CSS v3+ or bundled styles included (no Tailwind setup required)
📜 License
MIT
🙌 Author
Made with ❤️ by Your Name
🌐 NPM
📦 vue-tailwind-searchable-multiselect
yaml
Copy
Edit
---
Let me know if you'd like me to:
- Add a GIF demo
- Generate the LICENSE
- Publish a GitHub README with badges (downloads, version, etc.)
FAQs
A Vue 3 component for a **beautiful**, **searchable**, and **multi-select dropdown**, styled with **Tailwind CSS**. Easily tag and filter your selections with a responsive UI and minimal setup.
We found that vue-tailwind-searchable-multiselect 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.