-
Notifications
You must be signed in to change notification settings - Fork 204
feat: implement style api for textarea component #4001
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4001 +/- ##
=======================================
Coverage 97.20% 97.20%
=======================================
Files 858 859 +1
Lines 25359 25404 +45
Branches 9014 9052 +38
=======================================
+ Hits 24650 24695 +45
- Misses 660 703 +43
+ Partials 49 6 -43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c756f7c to
b0d264a
Compare
| </ScreenshotArea> | ||
|
|
||
| <div style={{ display: 'flex', gap: '10px', flexWrap: 'wrap', marginTop: '20px' }}> | ||
| <button id="toggle-styling" onClick={() => setCustomStyling(!customStyling)} type="button"> |
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.
[non-blocking] You can use the toggle button component instead
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.
Good point!
Description
Extends the textarea component with a style API for customization, allowing developers to override default component styles.
Related links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md.CONTRIBUTING.md.Security
checkSafeUrlfunction.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.