This website collects cookies to deliver better user experience
How to use Bootstrap Icons in Elixir Phoenix 1.5 app
How to use Bootstrap Icons in Elixir Phoenix 1.5 app
Here is how I set up Bootstrap Icons in one of my Elixir Phonenix apps. To me it was more difficult than I expected so I want to write this post for future reference.
Alternatively, PhoenixInlineSvg.Helpers.svg_image/2 from phoenix_inline_svg is straight-forward and useful when we want to render SVG files in our view templates. All we need is make assets/static/svg/generic/ folder and copy necessary SVG files into it.