Skip to content

voomify/analytics_service_theme_presenters_plugin

Repository files navigation

Analytics Service Theme Presenter Plugin

A plugin for presenters containing styles for the Voomify Analytics Service.

Installation

Add this line to your application's Gemfile:

gem 'analytics_service_presenter_plugin'

And then execute:

$ bundle

Add the following to your config/initializers/presenters.rb

Rails.application.config.to_prepare do
  Voom::Presenters::Settings.configure do |config|
    config.presenters.plugins.push(:localization)
    config.presenters.plugins.push(:analytics_service_theme)
  end
end

Or install it yourself as:

$ gem install analytics_service_theme_presenter_plugin

Usage

To modify the theme - update the palette.json and palette-map.json, then run ./build_theme

This generates files from the json files. You can drop in palette.json from the Refactoring UI kit, you just need to update the palette-map.json appropriately.

About

A presenters theme for the analytics service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published