-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New grid system based on flex #3298
Comments
+1 I hate outdated float based layout too. For now, we can use Flexbox in Bootstrap 4. There is one section in the upcoming book which describes Flexbox intergration in PrimeNG. Project is here: https://github.com/ova2/angular-development-with-primeng/tree/master/chapter2/graphic-editor-bootstrap4 |
@ova2 On our side we will switch from PrimeNG grid system to Angular official Flex Layout system https://github.com/angular/flex-layout/wiki/Responsive-API |
I don't like Angular directives and prefer pure CSS solution for Flexbox
layout (pure CSS works faster). Names are also shorter. My choice is
Bootstrap 4 Layout system. It's very powerful.
Am 04.07.2017 22:53 schrieb "Fabien Rogeret" <notifications@github.com>:
… @ova2 <https://github.com/ova2> On our side we will switch from PrimeNG
grid system to Angular official Flex Layout system
https://github.com/angular/flex-layout/wiki/Responsive-API
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3298 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAu1ZhrD7puvKXsEt8OmAM758Ngjkhl0ks5sKqZKgaJpZM4ONmdS>
.
|
@Tuizi angular/flex-layout is still in beta and full of bugs |
@intergleam We use it here for 4 months and no blocking bugs. Angular will start to be more active with FlexLayout, I know its a beta but everything we were expecting work perfectly with this version right now |
I have @angular/common 2.4.8, tried to install @angular/flex-layout 2.0.0-beta.8, and I have a bunch of errors...
and much more |
You should consider updating your Angular version, they don't support 2.4.x. It's in bold at the beginning of the README |
+1 for this feature. It would be nice if we could use the other flexbox alignment options with the grid system (horizontal and vertical alignment, etc.) |
We need Native CSS Grid support too. |
FlexGrid coming soon for 6.1.4. |
Implemented for 6.1.4. |
how long before the current Grid CSS is removed and FlexGrid is fully documented and all examples updated on the site with FlexGrid? |
Hello, Thanks, |
I'm submitting a ... (check one with "x")
Current behavior
The current grid system is based on the float layout.
Expected behavior
Add a new grid system based on the flex layout (because we are in 2017)
What is the motivation / use case for changing the behavior?
No need to present the popular display property:
flex
. PrimeNG is the only new framework that still use the old layout system: float. It could be great to have a grid system based ondisplay: flex
and even better in the future, based ondisplay: grid
The text was updated successfully, but these errors were encountered: