Skip to content

Commit a4f2f9d

Browse files
matoousconnor-baer
andauthored
Show all input variants under Form section (#2691)
Co-authored-by: Connor Bär <[email protected]>
1 parent db7cac5 commit a4f2f9d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/circuit-ui/components/Calendar/Calendar.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as Stories from './Calendar.stories';
77

88
<Status variant="experimental" />
99

10-
The Calendar component displays a monthly date grid. This is a low-level component for advanced use cases; you likely want to use the [DateInput](Forms/Input/DateInput/Base) component instead.
10+
The Calendar component displays a monthly date grid. This is a low-level component for advanced use cases; you likely want to use the [DateInput](Forms/DateInput/Base) component instead.
1111

1212
<Story of={Stories.Base} />
1313
<Props />
@@ -85,7 +85,7 @@ function App() {
8585

8686
## Related components
8787

88-
- [DateInput](Forms/Input/DateInput/Base): The DateInput component allows user to select a specific date.
88+
- [DateInput](Forms/DateInput/Base): The DateInput component allows user to select a specific date.
8989

9090
## Accessibility
9191

packages/circuit-ui/components/ColorInput/ColorInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import { ColorInput, type ColorInputProps } from './ColorInput.js';
1717

1818
export default {
19-
title: 'Forms/Input/ColorInput',
19+
title: 'Forms/ColorInput',
2020
component: ColorInput,
2121
};
2222

packages/circuit-ui/components/CurrencyInput/CurrencyInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Stack } from '../../../../.storybook/components/index.js';
1818
import { CurrencyInput, type CurrencyInputProps } from './CurrencyInput.js';
1919

2020
export default {
21-
title: 'Forms/Input/CurrencyInput',
21+
title: 'Forms/CurrencyInput',
2222
component: CurrencyInput,
2323
};
2424

packages/circuit-ui/components/DateInput/DateInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import { DateInput, type DateInputProps } from './DateInput.js';
1717

1818
export default {
19-
title: 'Forms/Input/DateInput',
19+
title: 'Forms/DateInput',
2020
component: DateInput,
2121
argTypes: {
2222
disabled: { control: 'boolean' },

packages/circuit-ui/components/PercentageInput/PercentageInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
} from './PercentageInput.js';
2222

2323
export default {
24-
title: 'Forms/Input/PercentageInput',
24+
title: 'Forms/PercentageInput',
2525
component: PercentageInput,
2626
};
2727

packages/circuit-ui/components/SearchInput/SearchInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { InputElement } from '../Input/index.js';
2020
import { SearchInput, type SearchInputProps } from './SearchInput.js';
2121

2222
export default {
23-
title: 'Forms/Input/SearchInput',
23+
title: 'Forms/SearchInput',
2424
component: SearchInput,
2525
argTypes: {
2626
placeholder: { control: 'text' },

0 commit comments

Comments
 (0)