-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Et 683 extend modal and input components #163
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for changes!
User description
PR Type
Enhancement
Description
Input
component by adding alabelClassName
prop, allowing users to override the label's className.Modal
component by introducing afullScreen
prop, enabling full-screen mode with dynamic style adjustments.0.12.19
inpackage.json
.Changes walkthrough 📝
input.tsx
Add `labelClassName` prop to Input component
src/components/ui/form/input/input.tsx
labelClassName
prop to theInput
component to allowoverriding the label's className.
labelClassName
prop.
Modal.tsx
Add `fullScreen` prop to Modal component
src/components/ui/modal/Modal.tsx
fullScreen
prop to theModal
component to enablefull-screen mode.
the
fullScreen
prop.package.json
Bump package version to 0.12.19
package.json
0.12.18
to0.12.19
.