yii-bootstrap5
yii-bootstrap5 copied to clipboard
Yii Framework Bootstrap 5 support
remove "guide-" from folder names. I believe this is out of the norm ### What is the expected result? follow the normal pattern for translation folders
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
Same problem as in package `yii2-bootstrap5`, that's widgets generates not complete or invalid BS5 components. For example, **simplest** component in BS5 - buttons, widget `Button` not implements: - ``s don’t...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️
Good day everyone. As we can see - the `Nav::class` widget can exist on its own or as part of the `Tabs`/`Pills`. I propose a new, simplified version for this:...
At one point, there was an [activateParents function](https://github.com/yiisoft/bootstrap5/pull/35/commits/76324daf6fd9ba163687564251dceb842a5f0db4), which seem to have vanished. Is there any plan to bring this back?
Since `Dropdown` and its items are often used in `Nav`. It would be helpful if there's an built-in way to show/hide menus/items based on app logic (for example `$currentUser->isGuest()`). Additionaly,...