Team overview pages for Enso UI.
Install the package:
yarn add @enso-ui/teams- ships route-aware page modules consumed by the Enso application shell
- includes index/list pages backed by Enso tables, forms, or integration settings
- ships reusable page-specific building blocks through deep-import component paths
<script setup>
import Index from '@enso-ui/teams/src/bulma/pages/teams/Index.vue';
</script>The practical public surface is page-oriented and centered on the route modules shipped by the package.
Pages:
src/bulma/pages/teams/Index.vue
Common reusable modules exposed under src/bulma/pages/*/components:
src/bulma/pages/teams/components/AvatarList.vuesrc/bulma/pages/teams/components/Team.vue
Teams ships the following named route entries:
administration.teams.indexPath fragment:/Route file:src/bulma/routes/administration/teams.js
- 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!