mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
4a0d4cfdb9f8c2b9aaa0126e0026e0fa4cf34ddb
* refactor(components): remove redundant empty interfaces from Input, Command, and Textarea components Simplified props handling by removing redundant empty interfaces (`InputProps`, `CommandDialogProps`, `TextareaProps`). Directly extended native HTML attributes/lib for each component, enhancing code clarity and maintainability. This refactor ensures compliance with ESLint rules and streamlines future modifications without altering component functionality. * updated the registry * rerun build:registry with updated command * Refactor input and textarea components to use `React.ComponentProps` * update registry
refactor(components): remove redundant empty interfaces from Input, Command, and Textarea components (#5657)
shadcn/ui
Accessible and customizable components that you can copy and paste into your apps. Free. Open Source. Use this to build your own component library.
Documentation
Visit http://ui.shadcn.com/docs to view the documentation.
Contributing
Please read the contributing guide.
License
Licensed under the MIT license.
Description
Languages
TypeScript
89.4%
MDX
7%
CSS
3.5%
JavaScript
0.1%
