RailsApps / rails-composer

Rails Composer. The Rails generator on steroids for starter apps.
http://www.railscomposer.com/
3.38k stars 487 forks source link

[Feature Request] Add semantic ui framework #267

Open amingilani opened 7 years ago

amingilani commented 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
Schwad commented 6 years ago

@amingilani would you be willing to submit a PR for @DanielKehoe to review with these implementations?