Browse Source

Add Storybook story

pull/7504/head
Thomas Kaul 1 month ago
parent
commit
ec2393f553
  1. 8
      libs/ui/src/lib/tags-selector/tags-selector.component.stories.ts

8
libs/ui/src/lib/tags-selector/tags-selector.component.stories.ts

@ -87,6 +87,14 @@ export const Readonly: Story = {
} }
}; };
export const ReadonlyWithoutValue: Story = {
args: {
readonly: true,
tags: [],
tagsAvailable: OPTIONS
}
};
export const WithoutValue: Story = { export const WithoutValue: Story = {
args: { args: {
tags: [], tags: [],

Loading…
Cancel
Save