-
-
Notifications
You must be signed in to change notification settings - Fork 86
Tabs
tanthammar edited this page Dec 17, 2020
·
1 revision
Please 💗 sponsor this package 🔗 in order to get access to tabs. The documentation is available in the sponsor repository.
The Tab component does not extend the BaseField. It is a blade layout that prepends your form with tab links and splits the form into sections, displayed in tab containers.
Tab::make('Foo')->fields([
KeyVal::make('Bar')->fields([
Input::make('Baz'),
]),
]),
Tab::make('Bio')->fields([
Input::make('Profession')->colspan(6)->rules('required'),
Input::make('Spouse')->colspan(6)->rules('required'),
Input::make('Pet')->colspan(6)->rules('required'),
Input::make('Children')->colspan(6)->rules('required'),
])->tallIcon('icons.add-outline'),
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications