Open amingilani opened 7 years ago
Hi
Semantic UI is a popular frontend framework. Installing it is as simple as adding the following lines:
#Gemfile gem 'rails-assets-semantic', source: 'https://rails-assets.org'
// application.js //= require semantic
/* application.css*/ *= require semantic
@amingilani would you be willing to submit a PR for @DanielKehoe to review with these implementations?
Hi
Semantic UI is a popular frontend framework. Installing it is as simple as adding the following lines: