Skip to content

Commit

Permalink
put docs back for review
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamantia committed Jul 16, 2024
1 parent c6518ec commit da26a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<%= form.dropdown_field :example_dropdown, props: { label: true, options: example_dropdown_options } %>
<%= form.select :example_select, [ ["Yes", 1], ["No", 2] ], props: { label: true } %>
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
<%= form.star_rating_field :example_star_rating, props: { variant: "interactive", label: true } %>
<%= form.check_box :example_checkbox,
data: { field1: "value1", field2: "value2" },
props: { text: "Example Checkbox", label: true },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ examples:
- star_rating_hide: Layout Options
- star_rating_number_config: Number Config
- star_rating_size_options: Size Options
- star_rating_interactive: Interactive

react:
- star_rating_default: Default
Expand Down

0 comments on commit da26a5e

Please sign in to comment.