View Source DaisyUIComponents.Textarea (DaisyUIComponents v0.1.6)

Textarea component

https://daisyui.com/components/textarea

Summary

Functions

Attributes

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

Slots

  • inner_block

Functions

Attributes

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

Slots

  • inner_block