Project

vitrail

0.0
The project is in a healthy, maintained state
Kuartz design system view components
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Vitrail

Kuartz's Design system view components.

Installation

Add this line to your application's Gemfile:

gem "vitrail"

And then execute:

$ bundle

Or install it yourself as:

$ gem install vitrail

In config/tailwind.config.js,

  • add before module.exports

      const execSync = require('child_process').execSync
      const output = execSync('bundle show vitrail', { encoding: 'utf-8' })
  • add as last item of content:

      content: [
        // ...
        output.trim() + '/app/components/**/*.{erb,haml,html,rb}'
      ],

Development

watch tailwindcss changes with:

tailwindcss_watch

License

The gem is available as open source under the terms of the MIT License.