DaisyUIComponents.Progress (DaisyUIComponents v0.8.6)

View Source

Progress component

https://daisyui.com/components/progress/

Summary

Functions

Renders a progress.

Functions

progress(assigns)

Renders a progress.

Examples

<.progress value="30" max="100" />

Attributes

  • class (:any) - Defaults to nil.
  • color (:string) - Must be one of "neutral", "primary", "secondary", "accent", "info", "success", "warning", or "error".
  • Global attributes are accepted. Supports all globals plus: ["value", "max"].

Slots

  • inner_block