Merge pull request #4252 from adamdmharvey/storybook-categories

storybook: Change category from Feedback to Data Display for three components
This commit is contained in:
Ben Lambert
2021-01-26 11:52:34 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -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,
};