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