PHPackages                             lagdo/ui-builder-daisyui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. lagdo/ui-builder-daisyui

ActiveLibrary[Framework](/categories/framework)

lagdo/ui-builder-daisyui
========================

UI Builder extensions for the DaisyUi framework.

03PHP

Since May 28Pushed 1w agoCompare

[ Source](https://github.com/lagdo/ui-builder-daisyui)[ Packagist](https://packagist.org/packages/lagdo/ui-builder-daisyui)[ RSS](/packages/lagdo-ui-builder-daisyui/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/017369d1fda4e56be0b49f9dd1eddaddd5165f83e90d620451cf6f3807da0e7d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6167646f2f75692d6275696c6465722d646169737975692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/lagdo/ui-builder-daisyui/?branch=main)[![StyleCI](https://camo.githubusercontent.com/3e5eb34a6cf8ea2ccb6d351a4aa9d7378834b31a7d8035c5a5d3ed81d3092eb6/68747470733a2f2f7374796c6563692e696f2f7265706f732f313231373334323536352f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/1217342565)

[![Latest Stable Version](https://camo.githubusercontent.com/20e75594fe8062d95a0e23e2cef4dbc0ea611797087c7572828759f44f435501/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d646169737975692f762f737461626c65)](https://packagist.org/packages/lagdo/ui-builder-daisyui)[![Total Downloads](https://camo.githubusercontent.com/85de40b74d8346b27a780493a796ca6e5f1c2f75a9e5f3fed7ac4c99b5e73a72/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d646169737975692f646f776e6c6f616473)](https://packagist.org/packages/lagdo/ui-builder-daisyui)[![License](https://camo.githubusercontent.com/fff1d627a499d61fa577f98fb1de0be15ce75f25e392db314e4838393772aceb/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d646169737975692f6c6963656e7365)](https://packagist.org/packages/lagdo/ui-builder-daisyui)

DaisyUI extension for the HTML UI builder
=========================================

[](#daisyui-extension-for-the-html-ui-builder)

This package extends the [HTML UI builder](https://github.com/lagdo/ui-builder) and implements functions to create UI components for DaisyUI.

### Usage

[](#usage)

See the [HTML UI builder](https://github.com/lagdo/ui-builder) documentation.

### Javascript code for tabs

[](#javascript-code-for-tabs)

DaisyUI doesn't provide Javascript code for tabs. So in order to have dynamic tabs working, the Javascript function in [this file](https://github.com/lagdo/ui-builder/tree/main/js/tabs.js) must be loaded into the page, and the following call executed.

```
setUiBuilderTabEventListeners({
    containerId: '', // The id of an element which wraps all the tabs.
    tabs: {
        tabClass: 'tab',
        paneClass: 'tab-pane',
        activeClass: 'tab-active',
        hiddenClass: 'hidden',
        targetAttr: 'tabsTarget',
    }
});
```

### Contributing

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### License

[](#license)

Distributed under the MIT License. See `LICENSE.txt` for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance64

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebb668d7515d81741c86e42cf3194f5623636fbb15dd5412e26ea8320865d229?d=identicon)[lagdo](/maintainers/lagdo)

---

Top Contributors

[![feuzeu](https://avatars.githubusercontent.com/u/15174329?v=4)](https://github.com/feuzeu "feuzeu (22 commits)")

### Embed Badge

![Health badge](/badges/lagdo-ui-builder-daisyui/health.svg)

```
[![Health](https://phpackages.com/badges/lagdo-ui-builder-daisyui/health.svg)](https://phpackages.com/packages/lagdo-ui-builder-daisyui)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
