teslamotors / informed

A lightweight framework and utility for building powerful forms in React applications
https://teslamotors.github.io/informed
MIT License
956 stars 174 forks source link

Styles are broken in website #398

Open k2snowman69 opened 2 years ago

k2snowman69 commented 2 years ago

Describe the bug Checkboxes and Radio button styles seem to be broken Screen Shot 2022-03-11 at 7 07 31 PM Screen Shot 2022-03-11 at 7 07 27 PM

https://teslamotors.github.io/informed/?path=/story/inputs--number-input

joepuzzo commented 2 years ago

Not broken. I did not style these as styling radios and checkboxes is non trivial and I did not want to over complicate the default exported components. Technically no styles exist in informed. I have a stylesheet that effects the html input elements in docs. ( remember this does not use actual tesla styles ) its just made to look similar.

k2snowman69 commented 2 years ago

It's a bit weird that some fields look "Tesla-y" and other fields do not... Just some feedback then I guess. Might be cleaner to

I'm not sure but right now it seems like a half implemented thing which... feels odd

samr874 commented 8 months ago

@joepuzzo can you please give me some approach regarding contribution to open source project how to start with it how to manover over complete codebase?