Slide

Slide title

Hello World

Attribute Type Documentation Default Value
Required id * :string

Slide id

class :string

Extends the slide class

container_class :string

Extends the container slide class

header_class :string

Extends the header class

phx-target :string

Phx target of the slide

show :boolean

manages the slide visibility state

false
close_slide_event :any

Event to be triggered when closing the slide

"close_slide"
Required header * :slot

slide header content

<:header>Slide title</:header>
Required body * :slot

slide content

<:body>
  <p class="p-4">
    Hello World
  </p>
</:body>