Skip to content
Snippets Groups Projects
Commit f5889f65 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(sb): move components

parent 1e5aee75
No related branches found
No related tags found
1 merge request!783V3.0.0
......@@ -9,7 +9,7 @@ import { HeaderComponent } from './header.component';
// More on how to set up stories at: https://storybook.js.org/docs/angular/writing-stories/introduction
const meta: Meta<HeaderComponent> = {
title: 'Objects/Header',
title: 'UI/Header',
component: HeaderComponent,
tags: ['autodocs'],
render: (args) => ({ props: args }),
......
import { Canvas, Donts, Dos, Meta } from '@storybook/blocks';
import { Canvas, Donts, Dos, Meta, Stories } from '@storybook/blocks';
import * as ButtonStories from './Button.stories';
......@@ -19,8 +19,4 @@ Il existe trois tailles de boutons en hauteur :
## Exemples
<Canvas of={ButtonStories.Primary} />
<Canvas of={ButtonStories.PrimaryBlack} />
<Canvas of={ButtonStories.Secondary} />
<Canvas of={ButtonStories.SecondaryDelete} />
<Canvas of={ButtonStories.SecondarySuccess} />
<Stories />
......@@ -7,7 +7,7 @@ import { LabelCheckboxComponent } from './label-checkbox.component';
// More on how to set up stories at: https://storybook.js.org/docs/angular/writing-stories/introduction
const meta: Meta<LabelCheckboxComponent> = {
title: 'Components/Checkbox label',
title: 'Components/Checkbox',
component: LabelCheckboxComponent,
tags: ['autodocs'],
decorators: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment