REQUEST: Complete LiveView Form implementation example
Closed this issue · 3 comments
jasur-boswell commented
Hi @bluzky!
Would it be possible for you to add a complete LiveView form example with different types of inputs (input, textarea, select, checkbox) using the Salad UI components? It would be really helpful for more novice Elixir programmers to get a more complete example of how to implement forms using your components.
bluzky commented
@jasur-boswell sure, I'll add another example on the storybook. I'll ping you when it's done
bluzky commented
@jasur-boswell here is a demo form.
https://github.com/bluzky/salad_storybook/blob/main/storybook/examples/form_demo.story.exs
If you have any question, feel free to ask me
jasur-boswell commented
@bluzky Sorry I forgot to respond to this. Thank you for the example!