View Source Phoenix.UI.Components.Grid (Phoenix UI v0.1.5)

Provides grid component.

Link to this section Summary

Functions

Renders grid component.

Link to this section Functions

Renders grid component.

examples

Examples

```
<.grid>
  Content
</.grid>
```

attributes

Attributes

  • columns (:integer) - Defaults to 12.
  • element (:string) - Defaults to "div".
  • extend_class (:string)
  • rest (:global)

slots

Slots

  • inner_block (required)