Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 5f0a28c

Browse files
authored
Update README.md
1 parent 8b8d14e commit 5f0a28c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,18 @@ Then add the ServiceProvider to your `config/app.php` file:
3232

3333
## Usage
3434

35+
Examples:
3536
```blade
3637
@component('bootstrap::modal')
3738
This is the content of the modal
3839
@endcomponent
39-
```
4040
41-
Check the [wiki](https://github.com/appstract/laravel-bootstrap-components/wiki) for more documentation.
41+
@component('bootstrap::progress', ['value' => 75])
42+
// Extra bars
43+
@endcomponent
44+
```
4245

46+
More components and documentation [in the wiki](https://github.com/appstract/laravel-bootstrap-components/wiki).
4347

4448
## Contributing
4549

0 commit comments

Comments
 (0)