Typeahead
Description
Typeahead inputs for Enso UI.
Installation
Install the package:
yarn add @enso-ui/typeahead
Features
- exports
Typeahead,EnsoTypeaheadas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import { Typeahead, EnsoTypeahead } from '@enso-ui/typeahead/bulma';
</script>
API
Typeahead
Public export available from src/bulma/Typeahead.vue.
Props:
hasErrorisRoundednoResultsplaceholdersearchingsearch
Events:
keydown
EnsoTypeahead
Public export available from src/bulma/EnsoTypeahead.vue.
Props:
source
Injects:
errorHandlerhttpi18nroute
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!