Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana committed Oct 2, 2023
1 parent 2bd6a41 commit acf7397
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ composer require rupadana/filament-custom-forms

```php
InputGroup::make(3)
->label('Input Group')
->schema([
TextInput::make('first'),
Select::make('second'),
ColorPicker::make('third'),
])
->label('Input Group')
->schema([
TextInput::make('first'),
Select::make('second'),
ColorPicker::make('third'),
])
```


Expand Down

0 comments on commit acf7397

Please sign in to comment.