https://github.com/idmarinas/ui-bundle
IDMarinas UI Bundle a collection of reusable Twig components styled with TailwindCSS
https://github.com/idmarinas/ui-bundle
symfony-bundle tailwindcss twig-components ui-bundle ui-components
Last synced: about 2 months ago
JSON representation
IDMarinas UI Bundle a collection of reusable Twig components styled with TailwindCSS
- Host: GitHub
- URL: https://github.com/idmarinas/ui-bundle
- Owner: idmarinas
- License: bsd-3-clause
- Created: 2025-03-05T15:56:41.000Z (over 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2025-03-05T16:08:36.000Z (over 1 year ago)
- Last Synced: 2025-03-05T17:24:47.909Z (over 1 year ago)
- Topics: symfony-bundle, tailwindcss, twig-components, ui-bundle, ui-components
- Language: PHP
- Homepage: https://idmarinas.github.io/ui-bundle/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# IDMarinas Ui Bundle


> IDMarinas UI Bundle a collection of reusable Twig components styled with TailwindCSS
[][test-suit]
[](https://sonarcloud.io/summary/new_code?id=idmarinas_ui-bundle)
[][sonarcloud]
[][sonarcloud]



#### Code analysis
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
[][sonarcloud]
> ## 🖖 Support
>
> 🩵 If you like this project, give it a 🌟 and share it with your friends!
>
> [](https://www.paypal.me/idmarinas)
> [](https://liberapay.com/IDMarinas/donate)
> [](https://github.com/sponsors/idmarinas)
# 💾 Installation
Make sure Composer is installed globally, as explained in the
[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
## 💪 Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
```console
$ composer require idmarinas/ui-bundle
```
## 🚫 Applications that don't use Symfony Flex
### Step 1️⃣: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:
```console
$ composer require idmarinas/ui-bundle
```
### Step 2️⃣: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the `config/bundles.php` file of your project:
```php
// config/bundles.php
return [
// ...
Idm\Bundle\Ui\IdmUiBundle::class => ['all' => true],
];
```
## 🖱️ Tech used in code

[](https://www.php.net)
[](https://www.symfony.com)

## 🛠️ Tools used for create this project

[](https://github.com/features/actions)
[](https://www.docker.com)
[](https://getcomposer.org)
## 💬 Social
[](https://x.com/idmarinas)
[](https://discord.gg/FXEZqpF)
[sonarcloud]: https://sonarcloud.io/dashboard?id=idmarinas_ui-bundle
[test-suit]: https://github.com/idmarinas/ui-bundle/actions/workflows/php.yml