1.0.2 • Published 2 years ago

@mertefecerit/vue-selectable-input v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Selectable Input

This package is vue3 selectable input mixed component

Installation

  • npm i @mertefecerit/selectable-input
  • npm install -D tailwindcss

needed main css file

@tailwind base;
@tailwind components;
@tailwind utilities;

Example :

<SelectableInput 
    :data-set="dataSet" 
    column-name="name" 
    @getRecord="exampleFunction">
</SelectableInput>

example

1.0.2

2 years ago

1.0.0

2 years ago

1.0.1

2 years ago