@@ -37,6 +37,9 @@ FormKit Nuxt UI bridges the gap between [FormKit](https://formkit.com/)'s powerf
3737- ` nuxtUISwitch ` - Toggle switch for boolean states
3838- ` nuxtUITextarea ` - Multi-line text input with autoresize
3939
40+ 🔁 ** Repeater Component** - Dynamic repeatable form sections
41+ - ` nuxtUIRepeater ` - Create dynamic lists with add, remove, clone, and reorder functionality
42+
4043📊 ** 6 Output Components** - Display-only components for read-only data
4144- ` nuxtUIOutputBoolean ` - Boolean display with custom icons
4245- ` nuxtUIOutputDate ` - Formatted date/time display
@@ -50,11 +53,12 @@ FormKit Nuxt UI bridges the gap between [FormKit](https://formkit.com/)'s powerf
5053- ` FUDataView ` - Read-only data display with schema support
5154- ` FUDataDebug ` - Development tool for form debugging
5255
53- 🔧 ** Composables** - Reusable form logic
54- - ` useFormKitInput ` - Input component utilities
55- - ` useFormKitOutput ` - Output component utilities
56- - ` useFormKitRepeater ` - Repeatable form sections
57- - ` useFormKitSchema ` - Schema-based form generation
56+ 🔧 ** Composables & Utilities** - Reusable form logic
57+ - ` useFormKitSchema ` - Schema-based form generation with element builders
58+ - ` useFormKitInput ` - Input component utilities and prop handling
59+ - ` useFormKitOutput ` - Output component utilities and prop handling
60+ - ` colorConverter ` - Color format conversion utilities
61+ - ` durationConverter ` - Duration format conversion utilities
5862
5963🎨 ** Full Nuxt UI Integration** - All components respect Nuxt UI theming
6064- Color modes (light/dark)
0 commit comments