shinokada / svelte-5-ui-lib

A UI library crafted for Svelte 5: Runes
https://svelte-5-ui-lib.codewithshin.com
MIT License
104 stars 13 forks source link

Add bindable value prop to FloatingLabelInput #10

Closed domlobo closed 2 months ago

domlobo commented 2 months ago

📑 Description

Add a bindable value property to the FloatingLabelInput component. This is consistent with other form input components but let me know if it's not desirable behaviour here.

✅ Checks

ℹ Additional Information

Documentation updated here was just the docstring of the component as the web docs don't have a reference section for this Component

vercel[bot] commented 2 months ago

@domlobo is attempting to deploy a commit to the Shinichi Okada's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-5-ui-lib ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 10:09am
shinokada commented 2 months ago

Thanks for the PR. I updated other components as well.