mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-08 09:02:36 +01:00
📻 feat: radio component (#8692)
* 📦 feat: Add Radio component * 📦 feat: Integrate localization for 'No options available' message in Radio component * 📦 feat: Bump version to 0.2.0 in package.json * 📦 feat: Update client package version to 0.2.0 in package-lock.json
This commit is contained in:
parent
9fddb0ff6a
commit
2ce6ac74f4
5 changed files with 104 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ export * from './Progress';
|
|||
export * from './InputOTP';
|
||||
export * from './MultiSearch';
|
||||
export * from './Resizable';
|
||||
export { default as Radio } from './Radio';
|
||||
export { default as Badge } from './Badge';
|
||||
export { default as Combobox } from './Combobox';
|
||||
export { default as Dropdown } from './Dropdown';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue