Tabs
Description
Tab primitives and Bulma tab shells for Enso UI.
Installation
Install the package:
yarn add @enso-ui/tabs
Features
- exports
Tab,Tabs,EnsoTabsas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
Usage
<script setup>
import { Tab, Tabs, EnsoTabs } from '@enso-ui/tabs/bulma';
</script>
API
Tab
Public export available from src/tabs/Tab.vue.
Props:
iddefaultkeepAlive
Tabs
Public export available from src/bulma/Tabs.vue.
Props:
alignmentboxedfullwidthsizetoggletoggleRounded
EnsoTabs
Public export available from src/bulma/EnsoTabs.vue.
Props:
size
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!