Skip to content

Commit

Permalink
Merge pull request #30 from pantographe/rich-text-area-component
Browse files Browse the repository at this point in the history
Add Form::RichTextAreaComponent
  • Loading branch information
Spone authored Sep 9, 2021
2 parents 2803648 + 5a1cbc3 commit 2e91896
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 430 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

module ViewComponent
module Form
class RichTextAreaComponent < FieldComponent
self.tag_klass = ActionView::Helpers::Tags::ActionText
end
end
end
213 changes: 0 additions & 213 deletions gemfiles/rails_6.0.x.gemfile.lock

This file was deleted.

Loading

0 comments on commit 2e91896

Please sign in to comment.