Back to Komga

UserTable

next-ui/src/components/user/Table.mdx

1.26.1473 B
Original Source

import { Canvas, Meta } from '@storybook/addon-docs/blocks';

import * as Stories from './Table.stories';

<Meta of={Stories} />

UserTable

A Vuetify Data Table to display a list of users.

Actions are available for each user:

  • Change password
  • Edit (not available for the current user)
  • Delete (not available for the current user)

Actions are hooked up in the users page.

<Canvas of={Stories.Default} />