primeflex icon indicating copy to clipboard operation
primeflex copied to clipboard

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well

Results 105 primeflex issues
Sort by recently updated
recently updated
newest added

### 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"...

enhancement

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).

discussion

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...

enhancement
discussion

**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...

enhancement

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...

discussion
pending review

primeflex do have slideup and slidedown animation, would be nice to have the slideright and slideleft animations as well

discussion

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 ![image](https://github.com/primefaces/primeflex/assets/2757601/1eda5f10-f58b-4491-95e6-d0694a8cc11b)