You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Easily use bootstrap components as Laravel components. Requires Laravel 5.4+
8
8
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.
10
10
11
11
## Installation
12
12
@@ -32,14 +32,18 @@ Then add the ServiceProvider to your `config/app.php` file:
32
32
33
33
## Usage
34
34
35
+
Examples:
35
36
```blade
36
37
@component('bootstrap::modal')
37
38
This is the content of the modal
38
39
@endcomponent
39
-
```
40
40
41
-
Check the [wiki](https://github.com/appstract/laravel-bootstrap-components/wiki) for more documentation.
0 commit comments