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

Customize

As Tabler uses Bootstrap, you can use the same methods described in the Bootstrap documentation.
Here is a basic example that can be customized according to your requirements.

// assets/styles/theme.scss
[@import](https://github.com/import) url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
[@import](https://github.com/import) url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@300;400;500;700&display=swap');

// All variables available here: https://github.com/tabler/tabler/blob/main/src/scss/_variables.scss
$primary: #34495e;
$secondary: #9b59b6;
$success: #2ecc71;
$info: $secondary;
$warning: #e67e22;
$danger: #e74c3c;

$h1-font-size: 2rem;
$h2-font-size: 1.5rem;
$h3-font-size: 1.3rem;
$h4-font-size: 1.2rem;

$font-family-sans-serif: Ubuntu, sans-serif;
$font-family-monospace: "Ubuntu Mono", Consolas, sans-serif;

// Custom
$opal: #a0c0bc;
$nav-link-color: $opal;

[@import](https://github.com/import) '[@tabler](https://github.com/tabler)/core/src/scss/tabler';

Then, import it in the first position into your app.scss file:

// assets/styles/app.scss
[@import](https://github.com/import) url("./theme.scss");

// [...]

Finally, do not forget to add your app entry link in your base.html.twig:

{# templates/base.html.twig #}
{% extends '[@Tabler](https://github.com/Tabler)/layout_vertical.html.twig' %}

{% block stylesheets %}
    {{ encore_entry_link_tags('app') }}
{% endblock %}

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