Quick View
Description
Slide-out quick-view panel for Enso UI.
Installation
Install the package:
yarn add @enso-ui/quick-view
Features
- exports
QuickViewas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import QuickView from '@enso-ui/quick-view./src/bulma/QuickView.vue';
</script>
API
QuickView
Public export available from src/bulma/QuickView.vue.
Events:
close
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!