Skip to content

ruby-ui/web

Folders and files

NameName
Last commit message
Last commit date
Nov 8, 2024
Nov 3, 2024
Jul 2, 2024
Jul 30, 2024
Feb 8, 2025
Jul 27, 2024
Jan 30, 2025
Jul 27, 2024
Sep 24, 2024
Oct 10, 2023
Dec 11, 2023
Oct 10, 2023
Nov 11, 2024
Oct 10, 2023
Oct 10, 2023
Jul 27, 2024
Oct 10, 2023
Nov 8, 2024
Jul 27, 2024
Nov 8, 2024
Jul 30, 2024
Nov 8, 2024
Nov 19, 2024
Feb 8, 2025
Jul 17, 2024
Apr 15, 2024
Dec 6, 2024
Oct 10, 2023
Oct 10, 2023
Nov 3, 2024
Nov 19, 2024
Feb 8, 2025
Nov 19, 2024
Feb 8, 2025

Repository files navigation

Rails need a plug n play system for creating streamlined ui components.

Phlex looks fun and fast, so I thought I'd start creating ui components with it.

Contributing - Local Development Setup

Install the Gem Locally

To contribute to this project, it's recommended to install the gem locally and point to it in your Gemfile:

gem "ruby_ui", path: "../ruby_ui"

Working with Components

Component Development Workflow

  1. Eject the component you want to modify using the generator:
    rails generate ruby_ui:component combobox
  2. Make your desired changes to the ejected component
  3. Once you're satisfied with the modifications, integrate the component back into the gem in the appropriate location

This workflow allows you to iterate quickly on components while maintaining the gem's structure.

Would you like me to expand on any part of the contributing guide?