Files
directus/app/src/composables
Rijk van Zanten 0a20b90691 Add support for field grouping (#6553)
* Update icon font, add group type to field setup

* Add group type, start on group-raw interface

* Add style for group

* Finish nested groups

* Finish field group setup

* Add type check

* Work on group raw group

* Various

* Fix support for nested groups

* Add group-divider interface

* Remove unused file

* Fix linter warning
2021-06-28 19:17:55 -04:00
..
2021-06-09 11:18:21 -04:00
2021-06-08 15:59:55 -04:00
2021-06-23 12:43:06 -04:00
2021-06-23 12:43:06 -04:00
2021-06-08 15:59:55 -04:00
2021-06-09 11:18:21 -04:00
2021-05-04 18:52:08 -04:00
2021-06-23 12:43:06 -04:00

Composables

Composables are reusable pieces of logic that can be used inside Vue components (Composition API required).

Table of Contents