Current section

Files

Jump to
petal_components lib petal_components.ex
Raw

lib/petal_components.ex

defmodule PetalComponents do
defmacro __using__(_) do
quote do
alias PetalComponents.Heroicons
import PetalComponents.{
Alert,
Badge,
Button,
Container,
Dropdown,
Form,
Loading,
Typography,
Avatar,
Breadcrumbs
}
end
end
end