liveview-native / liveview-client-jetpack

MIT License
75 stars 3 forks source link

Components Sprint 9 - Part 2 #406

Closed nelson-glauber closed 3 months ago

nelson-glauber commented 3 months ago

This PR includes the following changes:

def handleevent("onSwipeChanged", , socket) do {:noreply, assign(socket, :showDismissable, false)} end

<%= if @showDismissable do %>

Headline

<% end %>

- `TooltipBox`, `PlainTooltip` and `RichTooltip`. 
Tooltip Elevated Card Title Text Elevated Card
- `NavigationRail` and `NavigationRailItem`
Favorites Home Person Settings ```