Skip to content

Commit ce592ab

Browse files
WesSouzaarturbien
authored andcommitted
docs(select): categorize under Controls
1 parent b19e15b commit ce592ab

File tree

2 files changed

+1
-144
lines changed

2 files changed

+1
-144
lines changed

src/Select/Select.mdx

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/Select/Select.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const onChange = <T,>(event: SelectChangeEvent<T>, option: SelectOption<T>) =>
4343
console.log(event, option);
4444

4545
export default {
46-
title: 'Select',
46+
title: 'Controls/Select',
4747
component: Select,
4848
decorators: [story => <Wrapper>{story()}</Wrapper>]
4949
} as ComponentMeta<typeof Select>;

0 commit comments

Comments
 (0)