Matestack Ui Core
AboutMatestack Ui CoreMatestack Ui VueJsMatestack Ui Bootstrap
3.0
3.0
  • Welcome
  • Migrating from 2.x to 3.0
  • Getting started
    • Installation & Update
    • Hello World
  • HTML Rendering
    • Basic Rendering Mechanism
    • Integrating Action View Helpers
    • Integrating Rails Views or Partials
  • Components
    • API
    • Usage on Rails Views
    • Usage on Matestack Pages
    • Usage on Matestack Layouts
    • Usage in Isolation
    • Registry
  • Pages
    • API
    • Rails Controller Integration
  • Layouts
    • API
    • Rails Controller Integration
Powered by GitBook
On this page
  • About
  • Compatibility
  • Getting Started

Was this helpful?

Edit on GitHub

Welcome

Matestack Ui Core - Boost your productivity & easily create component based web UIs in pure Ruby.

NextMigrating from 2.x to 3.0

Last updated 3 years ago

Was this helpful?

Version 3 was released in February 2022. Click here for more

Most important changes:

  • Split matestack-ui-core into matestack-ui-core and matestack-ui-vuejs

  • Rails 7 support

  • Vue 3 support in matestack-ui-vuejs

You're reading the docs for 3.0 --> If you want to see the docs for Version 2.1, click


About

matestack-ui-core enables you to craft maintainable, component based web UIs in pure Ruby, skipping ERB and HTML. UI code becomes a native and fun part of your Rails app. It can progressively replace the classic Rails-View-Layer. You are able to use it alongside your Rails views.

Compatibility

matestack-ui-core is automatically tested against:

  • Rails 7.0.1 + Ruby 3.0.0

  • Rails 6.1.1 + Ruby 3.0.0

  • Rails 6.1.1 + Ruby 2.7.2

  • Rails 6.0.3.4 + Ruby 2.6.6

  • Rails 5.2.4.4 + Ruby 2.6.6

Rails versions below 5.2 are not officially supported.

Getting Started

Start right away and install matestack-ui-core on top of your Rails app:

details
here
Installation & Update
Hello World