shou2017.com
JP

Using GitHub's icons 'Octicons' with Rails 5

Fri Nov 24, 2017
Sat Aug 10, 2024

Since Bootstrap 4 has deprecated the Glyphicons icon font, I decided to use GitHub’s Octicons instead. Here’s a quick note.

First, install the Octicons rails helper via bundle.

Let’s give it a try.

<%= octicon "alert", :height => 32,  :class => "right left", :"aria-label" => "hi" %>

It worked.

See Also