Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muath-ye committed Aug 3, 2022
1 parent a5d7b54 commit 9b3a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ composer require yemeni-open-source/blade-realtime-input
You can add ```id```, ```class``` or ```type``` other HTML attributes to your input like following

```blade
<x-realtime-input::forms.string-input name="username" rules="required|min:5" id="user" class="form-control" />
<x-realtime-input::forms.string-input name="username" rules="required|min:5" :id="'user'" :class="'form-control'" />
```


Expand Down

0 comments on commit 9b3a0e5

Please sign in to comment.