mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Change Styleguide grouping
This commit is contained in:
parent
6e0d57b690
commit
fadea97899
7 changed files with 8 additions and 8 deletions
|
|
@ -82,5 +82,5 @@ class AddImagesTest extends Component {
|
|||
|
||||
export const Empty = {
|
||||
component: AddImagesTest,
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,5 +33,5 @@ export const Empty = {
|
|||
console.log('birthday changed to:', birthday ? birthday.toUTCString() : birthday);
|
||||
},
|
||||
},
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@ const ButtonsComponent = () => {
|
|||
|
||||
export const Buttons = {
|
||||
component: ButtonsComponent,
|
||||
group: 'buttons',
|
||||
group: 'inputs and buttons',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ export const EmptyWithEnUS = {
|
|||
currencyConfig: defaultConfig,
|
||||
locale: 'en-US',
|
||||
},
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
||||
// Default value with fi-FI locale
|
||||
|
|
@ -50,5 +50,5 @@ export const defaultValueWithFiFI = {
|
|||
locale: 'fi-FI',
|
||||
defaultValue: 9999.99,
|
||||
},
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -73,5 +73,5 @@ export const Empty = {
|
|||
console.log('Submitting a form with values:', v);
|
||||
},
|
||||
},
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,5 +67,5 @@ class FormContainer extends Component {
|
|||
|
||||
export const Empty = {
|
||||
component: FormContainer,
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -77,5 +77,5 @@ class FormContainer extends Component {
|
|||
|
||||
export const Empty = {
|
||||
component: FormContainer,
|
||||
group: 'inputs',
|
||||
group: 'custom inputs',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue