Packages

Moon Design System written in phoenix_live_view

Current section

Files

Jump to
moon_live_view lib moon_live_view.ex
Raw

lib/moon_live_view.ex

defmodule MoonLiveView do
@moduledoc """
Documentation for `MoonLive`.
"""
defmacro __using__(_) do
quote do
import MoonLiveView.{
Accordion,
Alert,
Authenticator,
Avatar,
Badge,
BottomSheet,
Breadcrumb,
Button,
Carousel,
Checkbox,
Chip,
CircularProgress,
Components,
Dialog,
Drawer,
Dropdown,
IconButton,
Input,
List,
LinearProgress,
Loader,
Menu,
Pagination,
Placeholder,
Radio,
SegmentedControl,
Snackbar,
Select,
Switch,
Table,
TabList,
Tag,
Textarea,
Tooltip
}
end
end
end