Skip to content

Commit 21eee46

Browse files
committed
Add new <Form> components in guidelines
1 parent f8f847a commit 21eee46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ai/inertia-laravel/2/core.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- Deferred props
99
- Infinite scrolling using merging props and `WhenVisible`
1010
- Lazy loading data on scroll
11+
- New <Form /> component
1112

1213
### Deferred Props & Empty States
1314
- When using deferred props on the frontend, you should add a nice empty state with pulsing / animated skeleton.
15+
16+
### New <Form /> component
17+
This is the simplest way to get started with buildings forms in Inertia v2.

0 commit comments

Comments
 (0)