Select
Description
Selectable inputs and tag renderers for Enso UI.
Installation
Install the package:
yarn add @enso-ui/select
Features
- exports
VueSelect,EnsoSelect,Tagas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import { VueSelect, EnsoSelect, Tag } from '@enso-ui/select/bulma';
</script>
API
VueSelect
Public export available from src/bulma/VueSelect.vue.
Props:
hasErrorhasWarningisSuccesslabelsopensUpplaceholder
EnsoSelect
Public export available from src/bulma/EnsoSelect.vue.
Props:
source
Injects:
errorHandlerhttpi18nroute
Tag
Public export available from src/bulma/Tag.vue.
Props:
disabledlabel
Events:
deselect
Companion Backend Package
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!