enigma/bootstrap-blade

Bootstrap as Blade view components!

dev-master 2021-01-05 05:10 UTC

This package is auto-updated.

Last update: 2025-03-05 14:35:32 UTC


README

Latest Version on Packagist Quality Score Total Downloads

Bootstrap as Blade view components!

Installation

You can install the package via composer:

composer require enigma/bootstrap-blade

Usage

<x-component-kebab-name>
    Content goes here...
</x-component-kebab-name>

For self-closing components, you can also write them like this:

<x-component-kebab-name/>

Note: Some attributes might also be required for a component to work. Please check the corresponding component class.

Components

Here's the complete list of all the available components:

(Note: Components not listed here but are present in src/Components are for internal use only.)

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email reyberyturiaga@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.