Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Add some more images
Browse files Browse the repository at this point in the history
  • Loading branch information
RVxLab committed Apr 8, 2022
1 parent c236e0f commit 2632b52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Filament Color Picker

![Filament Color Picker](./banner.png)
![Filament Color Picker](./art/banner.png)

[![Latest Version on Packagist](https://img.shields.io/packagist/v/rvxlab/filament-colorpicker.svg?style=flat-square)](https://packagist.org/packages/rvxlab/filament-colorpicker)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/rvxlab/filament-colorpicker/run-tests?label=tests&style=flat-square)](https://github.com/rvxlab/filament-colorpicker/actions?query=workflow%3Arun-tests+branch%3Amain)
Expand All @@ -27,6 +27,8 @@ php artisan vendor:publish --tag=filament-colorpicker-views

## Usage

![The color pickers in action](./art/color-pickers.png)

Reference `RVxLab\FilamentColorPicker\Forms\ColorPicker` in the `forms` method of a resource and you're good to go!

```php
Expand Down Expand Up @@ -229,6 +231,8 @@ This goes away when the picker is updated or the form is saved.

## Color swatch

![The color pickers in action](./art/swatches.png)

To display a swatch on the table you can add the following column:

```php
Expand Down
File renamed without changes
Binary file added art/color-pickers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/swatches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2632b52

Please sign in to comment.