LoginSignup
2
3

More than 3 years have passed since last update.

Rails 6 に Fort Awesome 5 を導入する

Last updated at Posted at 2019-09-30

インストール

yarn add @fortawesome/fontawesome-free

application.js に import する

app/javascript/packs/application.js
import '@fortawesome/fontawesome-free/js/all'

任意のアイコンを探して適用

<i class='fas fa-plus fa-fw'></i>
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3