Skip to content

Commit 6568024

Browse files
committed
Update README.md
1 parent 96227ce commit 6568024

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Filament Layout Plugin
1+
# Tab Layout Plugin
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/solution-forest/tab-layout-plugin.svg?style=flat-square)](https://packagist.org/packages/solution-forest/tab-layout-plugin)
44
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/solution-forest/tab-layout-plugin/run-tests?label=tests)](https://github.com/solution-forest/tab-layout-plugin/actions?query=workflow%3Arun-tests+branch%3Amain)
55
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/solution-forest/tab-layout-plugin/Check%20&%20fix%20styling?label=code%20style)](https://github.com/solution-forest/tab-layout-plugin/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/solution-forest/tab-layout-plugin.svg?style=flat-square)](https://packagist.org/packages/solution-forest/tab-layout-plugin)
77

8-
This is a grid layout plugin for Filament Admin
8+
This is a tab layout plugin for Filament Admin
99

1010
## Installation
1111

@@ -23,7 +23,9 @@ php artisan vendor:publish --tag="tab-layout-plugin-views"
2323

2424
## Usage
2525

26-
```bash
26+
To build `Tab` widget:
27+
```php
28+
php artisan make:filament-tab-widget DummyTabs
2729
```
2830

2931
## Testing

0 commit comments

Comments
 (0)