Skip to content

Instantly share code, notes, and snippets.

View AnalyzePlatypus's full-sized avatar
🐏
Bah.

Michoel Samuels AnalyzePlatypus

🐏
Bah.
View GitHub Profile
@AnalyzePlatypus
AnalyzePlatypus / rails_view_component_tailwind__component_css_files.md
Last active March 9, 2025 12:57
Rails + ViewComponent + TailwindCSS: Component CSS files

ViewComponents: Individual component CSS files

ViewComponent is a Rails library for building reusable front-end components.

I prefer to colocate my component-specific CSS within the component's directory.

For example, table is stored like this:

app/
@AnalyzePlatypus
AnalyzePlatypus / rails_view_component_tailwind__component_js_files.md
Last active March 9, 2025 12:57
Rails + ViewComponent: Component Stimulus.js files

Rails ViewComponent: Component Stimulus.js controllers

ViewComponent is a Rails library for building reusable front-end components.

I prefer organizing a component's files like this:

app/
├─ components/
 ├─ table/