Skip to content

Commit b91f395

Browse files
author
Brian Dillingham
committed
2 parents 952c5d3 + 3bc874d commit b91f395

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can set min, max, size or custom rule objects
3535
->rules('min:5', 'max:10', 'size:10', new CustomRule)
3636
```
3737

38-
![validation](https://user-images.githubusercontent.com/29180903/52160802-9ee9ac80-2689-11e9-9657-80e3c0d83b27.png)
38+
<img src="https://user-images.githubusercontent.com/29180903/52160802-9ee9ac80-2689-11e9-9657-80e3c0d83b27.png" width="75%" />
3939

4040

4141
### Options
@@ -47,7 +47,10 @@ Here are a few customization options
4747
- `->hideToolbar()` Removes search & select all
4848
- `->height('500px')` Set custom height
4949
- `->fullWidth()` Set to full width
50-
- `->help('My <strong>cool</strong> help text')` - Set the help text - appears under the selection indicator
50+
- `->help('<b>Tip:</b> help text')` Set the help text
51+
52+
### All Options Demo
53+
<img src="https://user-images.githubusercontent.com/29180903/53781117-6978ee80-3ed5-11e9-8da4-d2f2408f1ffb.png" width="75%"/>
5154

5255
### Relatable
5356
The attachable resources will be filtered by relatableQuery()

0 commit comments

Comments
 (0)