Atri-Labs / atrilabs-engine

🧘‍♂️ Open-source no-code & code web app builder
https://atrilabs.com
GNU General Public License v3.0
4.13k stars 182 forks source link

Add label with checkbox #157

Closed darshitac11 closed 1 year ago

Jitulteron7 commented 1 year ago

HI @darshitac11 mam. You are talking about the insert component checkbox ?

cruxcode commented 1 year ago

If you drag & drop a radio component, you will notice it has a label next to it. We want to do a similar implementation for the checkbox component. You can find the code for Radio & Checkbox component in packages/react-component-manifests/src/manifests directory.

Jitulteron7 commented 1 year ago

ok thanks @cruxcode

Jitulteron7 commented 1 year ago

@cruxcode is the project based on micro frontend architecture?

Jitulteron7 commented 1 year ago

@cruxcode is there any guideline for setup for this project

cruxcode commented 1 year ago

@Jitulteron7 no the project is not based on micro frontends architecture as of now. In future we might want to support multiple frontend frameworks, then we might think about microfrontends.

I would like to mention that our priority is on adding support for multiple backend languages. Currently, we only have Python.

cruxcode commented 1 year ago

@Jitulteron7 please have a look at the CONTRIBUTING.md https://github.com/Atri-Labs/atrilabs-engine/blob/main/CONTRIBUTING.md to find the steps on how to contribute.

mumin-khan commented 1 year ago

@darshitac11 Can I work on this ?

95871abhinandankumar commented 1 year ago

can i work on this?

mumin-khan commented 1 year ago

image Is this what was required ?

cruxcode commented 1 year ago

@MuminAhmadKhan the checkbox and the label Checkbox are not aligned vertically. It would be great if you can fix this.

cruxcode commented 1 year ago

can i work on this?

@95871abhinandankumar I would request you to choose either #175 #176

mumin-khan commented 1 year ago

image Is this right now ?

cruxcode commented 1 year ago

Yes, this seems correct. Please raise a PR.

PansaraPriyanshi commented 1 year ago

Can I work on this?

cruxcode commented 1 year ago

@PansaraPriyanshi please try some other good first issue.