Download the PHP package qalainau/bonsai-theme without Composer

On this page you can find all versions of the php package qalainau/bonsai-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bonsai-theme

Bonsai Theme

High-density, compact UI theme for Filament v5.

Inspired by Japanese business applications (sales, inventory, order management) that prioritize information density, Bonsai Theme reduces padding, gaps, and font sizes across all Filament components to fit more data on screen.

Installation

Usage

Register the plugin in your panel provider:

No Tailwind build required. The theme ships as pre-compiled CSS and is loaded automatically.

Screenshots

Table List

Edit Form

Features

What It Changes

Form Fields

Component Default Bonsai
Field gap gap-6 0
Input padding py-1.5 px-3 py-0.125rem px-0.5rem
Input font text-sm (14px) 13px
Input border ring-based 1px solid, no shadow
Label font text-sm 12px
Label-to-input gap gap-y-2 0
Section content p-6 0.75rem
Fieldset padding p-6 0.75rem
Input border-radius rounded-lg rounded (4px)

Repeater Table

Component Default Bonsai
Header padding 8px 12px 2px 6px
Cell padding 4px 0 1px 2px
Compact header 1px 4px
Compact cell 0 1px
Input borders visible none

Tables

Component Default Bonsai
Column padding py-4 px-3 2px 4px
Header padding py-3.5 px-3 2px 4px
Header font text-sm 11px uppercase
Text column text-sm 13px
Toolbar padding p-4 sm:px-6 4px 8px
Pagination py-3 px-3 4px 8px
Container radius rounded-xl rounded-md (6px)

Global

Component Default Bonsai
Base font 14px 13px
Page heading 24px 18px
Page subheading 14px 13px
Page content gap gap-y-8 gap-y-2
Button font 14px 13px
Badge font 11px
Sidebar item 8px padding 2px 6px, 13px font
Dropdown items 14px 13px
Modal content p-6 0.75rem

Supported Filament Components

All standard Filament form fields and table columns are styled:

Form Fields: TextInput, Select (native & JS), Textarea, DatePicker, DateTimePicker, Toggle, Checkbox, Radio, ToggleButtons, CheckboxList, ColorPicker, TagsInput, Slider, KeyValue, RichEditor, MarkdownEditor, CodeEditor, FileUpload, Repeater (standard & table layout)

Table Columns: TextColumn, IconColumn, ColorColumn, ToggleColumn, CheckboxColumn, ImageColumn

Layout: Section, Fieldset, Tabs, Grid, Flex

Requirements

License

MIT


All versions of bonsai-theme with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package qalainau/bonsai-theme contains the following files

Loading the files please wait ...