primeflex
primeflex copied to clipboard
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
It would be good to have available a primeflex version that behave as a Tailwind Plugin, just like [DaisyUI](https://daisyui.com/) does. It would inject the custom utility classes that integrate perfectly...
For example with Tailwind you can use: w-[100px] or w-[50%] Is this possible with PrimeFlex?
Hi there, It seems there are several PR/issues (almost all?) not answered/managed. The last commit is 5 months old and the last release almost 1 year old. So just wondering...
@mertsincan on the new website the Transition examples are not working: https://primeflex.org/transitionproperty https://primeflex.org/transitionduration https://primeflex.org/transitiontimingfunction https://primeflex.org/transitiondelay
Left Menu Scroll is Overlapped by .layout-content div this makes the screen not scrollable.
Currently, the class `origin-top-left` applies the style `transform-origin: top-left`. The value `top-left` is invalid. It should be `top left` (space instead of hyphen). Fixes #215
The class `origin-top-left` applies the style `transform-origin: top-left`. The value `top-left` is invalid. It should be `top left` (space instead of hyphen).
In Prime flex there is no option for background opacity , when needed we have to use custom CSS. also the tailwind has provided background opacity but not in prime...
fixes #190 already done so added just some examples in doc.
fixes #223