This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule TestModalWeb.CoreComponents do | |
@moduledoc """ | |
Provides core UI components. | |
The components in this module use Tailwind CSS, a utility-first CSS framework. | |
See the [Tailwind CSS documentation](https://tailwindcss.com) to learn how to | |
customize the generated components in this module. | |
Icons are provided by [heroicons](https://heroicons.com), using the | |
[heroicons_elixir](https://github.com/mveytsman/heroicons_elixir) project. |