Change Styleguide grouping

This commit is contained in:
Kimmo Puputti 2017-06-16 15:44:53 +03:00
parent 6e0d57b690
commit fadea97899
7 changed files with 8 additions and 8 deletions

View file

@ -82,5 +82,5 @@ class AddImagesTest extends Component {
export const Empty = {
component: AddImagesTest,
group: 'inputs',
group: 'custom inputs',
};

View file

@ -33,5 +33,5 @@ export const Empty = {
console.log('birthday changed to:', birthday ? birthday.toUTCString() : birthday);
},
},
group: 'inputs',
group: 'custom inputs',
};

View file

@ -53,5 +53,5 @@ const ButtonsComponent = () => {
export const Buttons = {
component: ButtonsComponent,
group: 'buttons',
group: 'inputs and buttons',
};

View file

@ -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',
};

View file

@ -73,5 +73,5 @@ export const Empty = {
console.log('Submitting a form with values:', v);
},
},
group: 'inputs',
group: 'custom inputs',
};

View file

@ -67,5 +67,5 @@ class FormContainer extends Component {
export const Empty = {
component: FormContainer,
group: 'inputs',
group: 'custom inputs',
};

View file

@ -77,5 +77,5 @@ class FormContainer extends Component {
export const Empty = {
component: FormContainer,
group: 'inputs',
group: 'custom inputs',
};