primeflex
primeflex copied to clipboard
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
### The issue I've noticed documentation about the event handler classes (like `hover:`, `focus:` and `active:`) are missing or hard to find. I expected it to be in the "Interactivity"...
Are there some plans to support [CSS-Grid](https://developer.mozilla.org/de/docs/Web/CSS/CSS_Grid_Layout)? I see the immediate name clash with the existing [Grid-System](https://www.primefaces.org/primeflex/gridsystem).
There should be a class that can be added so that there can be a slight margin if needed. Although this is possible with existing spacing classes it would be...
**Current behavior** Primeflex seems to be a very small subset of utility classes in TailwindCSS. E.g. when I want to use Grid instead of Flex I need to Install Tailwindcss...
Material Dark Theme, when used with `shadow-*` classes it should change the background color of the card (or other container) depending on the elevation. The higher the elevation, the lighter...
primeflex do have slideup and slidedown animation, would be nice to have the slideright and slideleft animations as well
Right now the responsive sm/md/lg classes add this to the CSS: ``` @media screen and (min-width: 576px) { .sm\:flex-1 { flex: 1 1 0% !important; } ``` would be for...
i have a exemple of code, """ abacatada 1 abacatada 2 abacatada 3 abacatada 4 abacatada 5 """ but when i try to use the responsive, the clausule md:align-content-start has...
### Context There's a typo in the `flex-shrink` docs. ### Related Docs [flex-shrink docs](https://primeflex.org/flexshrink#classes) ### Related PR https://github.com/primefaces/primeflex/pull/212 ### Screenshots 