How can I create perfect composite component ?? #323
Unanswered
ProPhycient5
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The blue toolbar, when the component is selected should be described by this part:
Your `ComposedCheckSettings should also include the buttons to remove and move the component. Can you please check the code and/or paste it here? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to build composite component like CheckBox with Label. I am able to build that component, but I am not getting top Movable and Deletable icons. I am getting extra div which I passed in
is
attribute of<Element/>
,which I don't want to showCheckBoxWithText
. Bcoz in my use case, I want three component to work independently (ComposedCheck
,CheckBox
,TextFields
).I am attaching the screenshot so that you can have idea about it.
Help me to bring above two icons with functionalities, what needs to implemented or changed in the below code.
Beta Was this translation helpful? Give feedback.
All reactions