We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e8d01 commit 2139a64Copy full SHA for 2139a64
readme.md
@@ -14,7 +14,8 @@ Use buttons to trigger backend events, navigate nova routes or visit links.
14
```bash
15
composer require dillingham/nova-button
16
```
17
----
+
18
+### Usage
19
20
```php
21
use NovaButton\Button;
@@ -30,8 +31,6 @@ public function fields(Request $request)
30
31
}
32
33
34
-
35
Quick links: [Button Styles](https://github.com/dillingham/nova-button#button-styles) | [Event text / style](https://github.com/dillingham/nova-button#button-state) | [Navigation](https://github.com/dillingham/nova-button#button-navigation) | [CSS classes](https://github.com/dillingham/nova-button#button-classes) | [Lens example](https://github.com/dillingham/nova-button#example)
36
37
---
0 commit comments