diff --git a/README.md b/README.md
index 8d9c382..2ebf653 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@
This plugin adds a new icon picker form field and a corresponding table column. You can use it to select from any blade-icons kit that you have installed. By default, heroicons are supported since it is shipped with Filament.
+This can be useful for when you want to customize icons rendered on your frontend, if you want your users to be able to customize navigation icons, add small icons to their models for easy recognition and similar.
+
+
+
+https://user-images.githubusercontent.com/10926334/194676916-446eb432-c859-4f94-bf52-2b1ee4416a93.mov
+
+
+
## Installation
You can install the package via composer:
@@ -110,6 +118,10 @@ IconPicker::make('icon')
'2xl' => 5,
]);
```
+1 Column | 3 Columns
+:-------------------------:|:-------------------------:
+ |
+
#### Sets
@@ -133,12 +145,9 @@ IconPicker::make('icon')
#### Layout
-The icon picker comes with two layouts. The default, `Layout::FLOATING` is the standard layout used in Filament Selects. The search results will appear in a pop over window.
-Screenshot coming soon
+The icon picker comes with two layouts. The default, `Layout::FLOATING` is the standard layout used in Filament Selects. The search results will appear in a pop over window.
The `Layout::ON_TOP` will render the search results always on the page.
-add
-Screenshot coming soon
```php
//