feat: add DynamicCategorize #918 (#1273)

### What problem does this PR solve?

feat: add DynamicCategorize #918

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-25 16:17:12 +08:00
committed by GitHub
parent f6ae8fcb71
commit 83b91d90fe
9 changed files with 114 additions and 13 deletions

View File

@ -10,12 +10,7 @@ const LLMSelect = () => {
return (
<Popover content={content} trigger="click" placement="left" arrow={false}>
{/* <Button>Click me</Button> */}
<Select
defaultValue="lucy"
style={{ width: '100%' }}
dropdownStyle={{ display: 'none' }}
/>
<Select style={{ width: '100%' }} dropdownStyle={{ display: 'none' }} />
</Popover>
);
};