SASS Versions of
- Fontawesome 5
- Bootstrap 4
in Phoenix 1.3 and 1.4 via Webpack
| @doc """ | |
| Renders an icon. | |
| Supports three icon libraries: | |
| - [Heroicons](https://heroicons.com) - prefixed with "hero-" | |
| - [Lucide](https://lucide.dev) - prefixed with "lucide-" | |
| - [Simple Icons](https://simpleicons.org) - prefixed with "si-" | |
| You can customize the size and colors of the icons by setting | |
| width, height, and background color classes. |
SASS Versions of
in Phoenix 1.3 and 1.4 via Webpack
Guide to setting up a new Ubuntu 18.04 dev environment with Ruby and Elixir installed with the asdf version management tool.
Some of these packages may already be installed
sudo apt-get install make binutils gcc build-essential \
git curl zlib1g-dev openssl libssl-dev libreadline-dev \