Skip to content

Commit d89170c

Browse files
committed
chore(generators): register data_table in dependencies.yml
Lists component dependencies: Table, Checkbox, NativeSelect, Pagination, DropdownMenu, Input, Button.
1 parent 2e208fe commit d89170c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/generators/ruby_ui/dependencies.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ accordion:
22
js_packages:
33
- "motion"
44

5+
data_table:
6+
components:
7+
- "Table"
8+
- "Checkbox"
9+
- "NativeSelect"
10+
- "Pagination"
11+
- "DropdownMenu"
12+
- "Input"
13+
- "Button"
14+
515
alert_dialog:
616
components:
717
- "Button"

0 commit comments

Comments
 (0)