unDraw rubygem

Embed SVG illustrations by unDraw.io for your rails projects

screenshot

Installation

Add this line to your application's Gemfile:

gem 'undraw'

And then execute:

$ bundle

Or install it yourself as:

$ gem install undraw

Usage

Browse to find the images that fit your needs. Take advantage of the on-the-fly color image generation to match your brand identity.

# default color
<%= undraw("features_overview") %>
# set size 
<%= undraw("features_overview", color: "#3f51b5", size: "350*150") %>
# set id
<%= undraw("building", color: "#ff6347", id: "undraw-building") %>
# set class
<%= undraw("designer_life", color: "#ff6347", class: "undraw-designer-life") %>

DEMO: http://materialize.labs.my/undraw

Development

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mkhairi/undraw. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Code of Conduct

Everyone interacting in the Undraw project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.