liveview-native / liveview-native/liveview-native-core
LVN commands - show, hide, toggle
- Dominant language
- Rust
- Stars
- 166
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
JS
[show](https://github.com/phoenixframework/phoenix_live_view/blob/main/assets/js/phoenix_live_view/js.js#L152-L156)
[hide](https://github.com/phoenixframework/phoenix_live_view/blob/main/assets/js/phoenix_live_view/js.js#L158-L162)
[toggle](https://github.com/phoenixframework/phoenix_live_view/blob/main/assets/js/phoenix_live_view/js.js#L164-L228)
---
Data:
```elixir
# show
[["show", %{to: "#modal"}]]
# hide
[["hide", %{to: "#modal"}]]
# toggle
[["toggle", %{to: "#modal"}]]
```
---
Docs:
[show](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.JS.html#show/1)
[hide](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.JS.html#hide/1)
[toggle](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.JS.html#toggle1)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.