estruyf / vscode-community-ui-toolkit

Visual Studio Code - Community UI Toolkit
MIT License
21 stars 6 forks source link

Checkbox component #2

Open estruyf opened 3 months ago

estruyf commented 3 months ago

Create the vscode-checkbox component.

https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/checkbox/README.md

akurtaliqi commented 3 months ago

Hi I take this one but can't assign myself apparently

estruyf commented 3 months ago

Thanks, @akurtaliqi, I've assigned you. 🙏

akurtaliqi commented 3 months ago

Thank you @estruyf :)

akurtaliqi commented 3 months ago

Hi @estruyf I'm facing one issue compouding CSS styles, for example stacking the hover style on the checkbox here : image

It does not seem to work :/ do you have any idea why ? (I've tried different ways....)

BTW Am I already supposed to handle all styles & possibilites ?

akurtaliqi commented 3 months ago

Issue resolved :)

estruyf commented 3 months ago

BTW Am I already supposed to handle all styles & possibilites ?

Initially we look for feature parity with the one from the UI toolkit.