Usage on Rails Views
If you already have plenty of Rails views (ERB, Haml or Slim) and want to start creating small UI components in pure Ruby, you are able to use components on these existing views.
app/matestack/components/products/teaser.rb
The class is then called on your Rails view, in this case an ERB view:
This approach is suitable for existing apps and a good idea to migrate to Matestack step by step. If you start with a blank Rails app, we recommend to go full Matestack right away**!**
Last updated