Skip to content

Commit 34fa392

Browse files
committed
Add view component storybook gem
1 parent 79d9e8c commit 34fa392

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ gem "jbuilder", "~> 2.7"
3333
# gem "image_processing", "~> 1.2"
3434

3535
gem "view_component", require: "view_component/engine"
36+
gem "view_component_storybook"
3637

3738
group :development, :test do
3839
# Call "byebug" anywhere in the code to stop execution and get a debugger console

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ GEM
169169
view_component (2.38.0)
170170
activesupport (>= 5.0.0, < 8.0)
171171
method_source (~> 1.0)
172+
view_component_storybook (0.10.1)
173+
view_component (>= 2.36)
172174
webdrivers (4.6.1)
173175
nokogiri (~> 1.6)
174176
rubyzip (>= 1.3.0)
@@ -196,6 +198,7 @@ DEPENDENCIES
196198
turbo-rails (>= 0.7.4)
197199
tzinfo-data
198200
view_component
201+
view_component_storybook
199202
web-console!
200203
webdrivers
201204

0 commit comments

Comments
 (0)