Merge pull request #4252 from adamdmharvey/storybook-categories
storybook: Change category from Feedback to Data Display for three components
This commit is contained in:
@@ -20,7 +20,7 @@ import { Gauge } from './Gauge';
|
||||
const containerStyle = { width: 300 };
|
||||
|
||||
export default {
|
||||
title: 'Feedback/Gauge',
|
||||
title: 'Data Display/Gauge',
|
||||
component: Gauge,
|
||||
};
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import { LinearGauge } from './LinearGauge';
|
||||
const containerStyle = { width: 300 };
|
||||
|
||||
export default {
|
||||
title: 'Feedback/LinearGauge',
|
||||
title: 'Data Display/LinearGauge',
|
||||
component: LinearGauge,
|
||||
};
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ import { Table } from '../Table';
|
||||
import { InfoCard } from '../../layout/InfoCard';
|
||||
|
||||
export default {
|
||||
title: 'Feedback/Status',
|
||||
title: 'Data Display/Status',
|
||||
component: StatusOK,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user