Package Exports
- @enso-ui/select/bulma
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@enso-ui/select) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Select
Vue Select Component
Usage
Unless where specified otherwise, the components can be used outside of the Enso ecosystem.
Demo
For live examples and demos, you may visit laravel-enso.com
Check the full documentation at docs.laravel-enso.com.
Installation
Install the package:
npm i @enso-ui/select
Import the desired component(s):
import { VueSelect, EnsoSelect } from '@enso-ui/select/bulma';
import CoreSelect from '@enso-ui/select/renderless';
Exports
@enso-ui/card/renderless
:
VueSelect
,
@enso-ui/card/bulma
:
VueSelect
,EnsoSelect
,
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!