-
Notifications
You must be signed in to change notification settings - Fork 44
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
DApp-1706 blocks/textarea #1707
Conversation
…706-blocks/textarea
…706-blocks/textarea
In the
import {
SeparatorResponsiveCSSProperties,
SeparatorResponsiveCSSPropertiesData,
SeparatorResponsivePropValues,
} from './separator';
In the
In the
All other parts of the code seem fine and consistent. All looks good. |
|
In the provided code, I have found a few mistakes and typos that need to be corrected:
After the necessary corrections are made, please ensure to test the functionality to confirm that there are no logical errors. All looks good. |
All looks good. |
Rest everything looks good to me |
All looks good. |
* update changes * add props type * update version and remove on dash * theme in progress * semantics in progress * button semantics in progress * button and switch semantics added * added more semantics * added all the semantics * added new theme support * added theme type * updated comment * fixed types and file structure * fixed input semantics name * removed curropt dropdown utils file * implemented textarea component * added new color typesin Box * fixed texarea description color --------- Co-authored-by: corlard3y <[email protected]>
Pull Request Template
Ticket Number
Description
Added TextArea component to blocks
Added support to use the new semantics in the Text component
Problem/Feature:
Type of Change
Checklist
Frontend Guidelines
Build & Testing
Screenshots/Video with Explanation
Before: Explain the previous behavior
After: What's changed now
Additional Context
Review & Approvals
Notes