Sheet

Move Goal

Set your daily activity goal.

350
Calories/day
Attribute Type Documentation Default Value
Required id * :string
side :atom :right
show :boolean false
on_cancel :any
show_close :boolean true
handle :boolean false
class :any []
overlay_class :any []
close_class :any []
handle_class :any []
animation_duration :integer 300
rest :global
Required inner_block * :slot
<.sheet_header>
  <.sheet_title id="sheet-bottom-title">Move Goal</.sheet_title>
  <.sheet_description id="sheet-bottom-description">
    Set your daily activity goal.
  </.sheet_description>
</.sheet_header>
<div class="p-4 pb-0">
  <div class="flex items-center justify-center">
    <div class="flex-1 text-center">
      <div class="text-7xl font-bold tracking-tighter">350</div>
      <div class="text-[0.70rem] uppercase text-muted-foreground">Calories/day</div>
    </div>
  </div>
</div>
<.sheet_footer>
  <.button phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>Submit</.button>
</.sheet_footer>
close :slot