liveview-native / liveview-native/liveview-native-core

LVN commands - show, hide, toggle

Open
#218 0 comments 0 reactions 1 assignee Claimed by @mobile-bungalow View on GitHub
enhancement parity
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.