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

Commit 3817695

Browse files
author
Gijs Jorissen
committed
Merge branch 'master' of github.com:appstract/laravel-bootstrap-components
2 parents 226f718 + 962118a commit 3817695

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Easily use bootstrap components as Laravel components. Requires Laravel 5.4+
88

9-
At this moment only Bootstrap 4 is supported. The package is in constant development and new components will be added regulary. You can help with adding components by creating a pull request.
9+
At this moment only Bootstrap 4 is supported. The package is in constant development, meaning new components may be added in the future. You can help with adding components by creating a pull request.
1010

1111
## Installation
1212

@@ -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

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"email": "hello@appstract.team",
2020
"homepage": "https://appstract.team",
2121
"role": "Developer"
22+
},
23+
{
24+
"name": "Bob Krijnen",
25+
"email": "hello@appstract.team",
26+
"homepage": "https://appstract.team",
27+
"role": "Developer"
2228
}
2329
],
2430
"require": {

0 commit comments

Comments
 (0)