Thomas Lepérou

Results 24 comments of Thomas Lepérou

🙌 @PatrykGodlewski , I (re)implemented the component you made using two patterns: * composable element * hook The contributor team is still discussing about the later ([Discord thread](https://discord.com/channels/990511757091033108/1103862260436307978/1103862260436307978)). For using...

Using the two patterns, we end with such integration: ```ts export default component$(() => { const input = useInputPassword(); return ( ) }); ``` where `input` provides the state of...

🙌 do you think the visibility state of the confirm shall be exposed ?