New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vue3-dropper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-dropper

A simple dropdown vue3 library

latest
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

Currently in development stage

🐈‍⬛ Github

👀 Preview

☕️ Buy me a coffee

How to use:

  • Import component and styles
import { DropDown } from 'vue3-dropper';
import 'vue3-dropper/dist/base.css';
  • Insert DropDown component
<DropDown :bottom="true" :label="Label" theme="auto">
    <span>any tag item</span>
    <a>any tag item</a>
</DropDown>
  • ✨ You got it!

Props

The dropper component accepts the following props:

  • label (required): The label to be displayed on the button that toggles the dropdown.
  • top (optional): A boolean value indicating whether the dropdown should appear on top of the button. Default value is false.
  • bottom (optional): A boolean value indicating whether the dropdown should appear below the button. Default value is false.
  • width (optional): A string representing the width of the component. This can be any valid CSS width value. Default value is undefined.
  • theme (optional): A string indicating the theme of the component. Possible values are 'dark', 'light', or 'auto'. Default value is 'dark'.

Keywords

vue

FAQs

Package last updated on 11 Jun 2023

Did you know?

Socket

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.

Install

Related posts