View Source DaisyUIComponents.Range (DaisyUIComponents v0.7.1)

Select component

https://daisyui.com/components/range

Summary

Functions

Attributes

  • class (:any) - Defaults to nil.
  • value (:any) - Defaults to nil.
  • color (:string) - Must be one of "primary", "secondary", "accent", "info", "success", "warning", or "error".
  • size (:string) - Must be one of "xs", "sm", "md", or "lg".
  • min (:integer) - Defaults to nil.
  • max (:integer) - Defaults to nil.
  • step (:integer) - Defaults to nil.
  • Global attributes are accepted. Supports all globals plus: ["name"].

Functions

range(assigns)

Attributes

  • class (:any) - Defaults to nil.
  • value (:any) - Defaults to nil.
  • color (:string) - Must be one of "primary", "secondary", "accent", "info", "success", "warning", or "error".
  • size (:string) - Must be one of "xs", "sm", "md", or "lg".
  • min (:integer) - Defaults to nil.
  • max (:integer) - Defaults to nil.
  • step (:integer) - Defaults to nil.
  • Global attributes are accepted. Supports all globals plus: ["name"].