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

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) Global attributes are accepted.

slots

Slots

  • inner_block (required)