Phoenix Live Editable
Simple editing components for
Phoenix Live View
inspired by X-editable.
Home | Milligram Demo | Tailwind3 Demo
Add a HEEX tag |
<.live_editable id='txt1' ple_data='Click me to edit' ple_action='save')
|
Add a LiveView Handler |
def handle_event("save", value, socket) do
end
|
Try it! | CLICK ME TO EDIT | RESULT: CLICK ME TO EDIT |
Framework | text | select | radio | textarea | calendar |
---|---|---|---|---|---|
Milligram Demo | NA | NA | NA | NA | NA |
Tailwind3 Demo | NA | NA | NA | NA | NA |
Bootstrap5 | NA | NA | NA | NA | NA |
Bulma | NA | NA | NA | NA | NA |