Packages

A set of simple Surface components based on ant-design.

Current section

Files

Jump to
live_antd lib components grid.ex
Raw

lib/components/grid.ex

defmodule LiveAntd.Components.Grid do
@moduledoc """
<Row>
<Col span={12} />
<Col span={6} />
<Col span={6} />
</Row>
"""
end