Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tabler Bundle Laravel Package

kevinpapst/tabler-bundle

View on GitHub
Deep Wiki
Context7

Embeds

This theme ships some embeds that hide the complexity of rendering the same elements over and over again with the correct HTML.

Modal

Modal has been implemented to simplify the use of the Tabler Modal component

Parameters

modal embed, can be used with 1 parameter:

Parameter Description Type Default
id Id of the container string modal- + random numbers
status Adds a colored status border, allowed values are the default color classes: info, success, warning, danger string not used
close Whether a X close button should be added in the upper corner bool true
header Whether the modal header should be shown bool true

Content

modal embed, has 2 common blocks:

Block Description
modal_id Will be used if id parameter is not found (deprecated!)
modal_title Title in the modal header
modal_body Content of the modal
modal_footer Footer section is normally used for buttons
modal_size Modal size, by default modal-lg

See twig file for more blocks, which allow customization of HTML tags, CSS classes and more.

Usage

{% embed '[@Tabler](https://github.com/Tabler)/embeds/modal.html.twig' with {id: 'no-close', close: false} %}
    {% block modal_title 'A modal example' %}
    {% block modal_size 'modal_sm' %}
    {% block modal_body %}Foo Bar{% endblock %}
{% endembed %}

{% embed '[@Tabler](https://github.com/Tabler)/embeds/modal.html.twig' with {id: 'status', status: 'success', header: false} %}
    {% block modal_size 'modal_sm' %}
    {% block modal_body %}
        <div class="text-center">
            <i class="fas fa-check fa-3x mb-3 text-success"></i>
            <h2>Changes saved!</h2>
        </div>
    {% endblock %}
{% endembed %}

Next steps

Please go back to the Tabler bundle documentation to find out more about using the theme.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
yandex/translate-api
voku/simple_html_dom
league/flysystem-vfs
bkwld/upchuck
filament/spatie-laravel-tags-plugin
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php