An open API service indexing awesome lists of open source software.

https://github.com/tales-from-a-dev/flowbite-bundle

🎨 A Symfony form theme for Flowbite
https://github.com/tales-from-a-dev/flowbite-bundle

flowbite form symfony symfony-bundle theme

Last synced: 20 days ago
JSON representation

🎨 A Symfony form theme for Flowbite

Awesome Lists containing this project

README

          

[![Tests](https://img.shields.io/github/actions/workflow/status/tales-from-a-dev/flowbite-bundle/ci.yml?label=tests&style=for-the-badge)](https://github.com/tales-from-a-dev/flowbite-bundle/actions/workflows/ci.yml)
![PHP Version](https://img.shields.io/badge/php->=8.1-4f5b93.svg?style=for-the-badge)
![Symfony Version](https://img.shields.io/badge/symfony->=6.4-000.svg?style=for-the-badge)
[![Flowbite Version](https://img.shields.io/badge/flowbite->=4.0-1c64f2.svg?style=for-the-badge)](https://flowbite.com)
[![Packagist Version](https://img.shields.io/packagist/v/tales-from-a-dev/flowbite-bundle?style=for-the-badge)](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle)
[![License](https://img.shields.io/github/license/talesfromadev/flowbite-bundle?style=for-the-badge)](https://github.com/tales-from-a-dev/flowbite-bundle/blob/main/LICENSE)

# Flowbite bundle

This bundle provides a Symfony form theme for [Flowbite](https://flowbite.com/).

## Documentation

The bulk of the documentation is stored in the [`docs`](docs/index.md) directory of this bundle:

* [Getting started](docs/index.md#getting-started)
* [Prerequisites](docs/index.md#prerequisites)
* [Installation](docs/index.md#installation)
* [Configuration](docs/index.md#configuration)
* [Theme customization](docs/theme_customization.md#theme-customization)
* [Overriding CSS classes](docs/theme_customization.md#overriding-css-classes)
* [Class block list](docs/theme_customization.md#class-block-list)
* [Custom Form Types](docs/custom_form_types.md#custom-form-types)
* [SwitchType](docs/custom_form_types.md#switchtype)

## Screenshots

| Default theme | Dark theme |
|-----------------------------------------------------------------|-----------------------------------------------------------|
| ![Default theme](docs/screenshots/default.png) | ![Dark theme](docs/screenshots/dark.png) |
| ![Default theme with error](docs/screenshots/default_error.png) | ![Dark theme with error](docs/screenshots/dark_error.png) |

## Credits

* [Romain Monteil](https://github.com/ker0x)
* [All contributors](https://github.com/talesfromadev/flowbite-bundle/graphs/contributors)

## License

This bundle is under the MIT license.
For the whole copyright, see the [LICENSE](LICENSE) file distributed with this source code.