From ac8f88a338bdafbb141fb957800f66e6f1a782fa Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Mon, 3 Feb 2020 11:55:19 -0700 Subject: [PATCH] add actionview-component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 534ad6aa6..15b6821d6 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont ## Abstraction * [ActiveInteraction](https://github.com/orgsync/active_interaction) - Manage application specific business logic. +* [ActionView::Component](https://github.com/github/actionview-component) - View components for Rails. * [Apotomo](https://github.com/apotonick/apotomo) - Based on Cells, Apotomo gives you widgets and encapsulation, bubbling events, AJAX page updates, rock-solid testing and more. * [Cells](https://github.com/trailblazer/cells) - View Components for Rails. * [Decent Exposure](https://github.com/hashrocket/decent_exposure) - A helper for creating declarative interfaces in controllers.