JumarWeb.AlertComponents (Jumar v0.1.0)

View Source

Provides a nice looking notification block.

Summary

Functions

Renders an alert component.

Functions

alert(assigns)

Renders an alert component.

Examples

<.alert title="Error">
  <p>An error has occurred!</p>
</.alert>

Attributes

  • title (:string)

Slots

  • inner_block (required)