User Groups

April 21, 2026 ยท View on GitHub

License Stable Downloads Vue JavaScript SCSS npm Issues Merge Requests

Description

User group administration pages for Enso UI.

Installation

Install the package:

yarn add @enso-ui/user-groups

Features

  • ships route-aware page modules consumed by the Enso application shell
  • covers create flows where the backend package exposes them
  • covers edit flows where the backend package exposes them
  • includes index/list pages backed by Enso tables, forms, or integration settings

Usage

<script setup>
import Create from '@enso-ui/user-groups/src/bulma/pages/userGroups/Create.vue';
</script>

API

Route pages

The practical public surface is page-oriented and centered on the route modules shipped by the package.

Pages:

  • src/bulma/pages/userGroups/Create.vue
  • src/bulma/pages/userGroups/Edit.vue
  • src/bulma/pages/userGroups/Index.vue

Routes

User Groups ships the following named route entries:

  • administration.userGroups.create Path fragment: create Route file: src/bulma/routes/administration/userGroups/create.js
  • administration.userGroups.edit Path fragment: :userGroup/edit Route file: src/bulma/routes/administration/userGroups/edit.js
  • administration.userGroups.index Path fragment: / Route file: src/bulma/routes/administration/userGroups/index.js

Companion Backend Package

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!

License

MIT