All Projects → netgen-layouts → layouts-standard

netgen-layouts / layouts-standard

Licence: MIT license
Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This package provides a set of most used blocks and layouts for building content rich web sites.

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to layouts-standard

Driveway
pure CSS masonry layouts
Stars: ✭ 607 (+3272.22%)
Mutual labels:  layouts
Ordnung
The 1kb alternative to Isotope
Stars: ✭ 79 (+338.89%)
Mutual labels:  layouts
layouts-ezplatform
Netgen Layouts & eZ Platform integration
Stars: ✭ 14 (-22.22%)
Mutual labels:  layouts
Lain
Awesome WM complements
Stars: ✭ 716 (+3877.78%)
Mutual labels:  layouts
Vue Horizontal
An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. (SPA/SSG/SSR)
Stars: ✭ 75 (+316.67%)
Mutual labels:  layouts
Contour
Layouts with lambdas 😎
Stars: ✭ 1,325 (+7261.11%)
Mutual labels:  layouts
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+17577.78%)
Mutual labels:  layouts
powergrid
Powerful grid system with CSS grid layout. Works in all modern browsers and IE11.
Stars: ✭ 18 (+0%)
Mutual labels:  layouts
Discrollview2
[DEPRECATED]Android Library for fancy layouts
Stars: ✭ 79 (+338.89%)
Mutual labels:  layouts
Bforartists
Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
Stars: ✭ 240 (+1233.33%)
Mutual labels:  layouts
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (+0%)
Mutual labels:  layouts
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (+144.44%)
Mutual labels:  layouts
Uistatus
一个简单且强大的Ui状态视图控制库!
Stars: ✭ 137 (+661.11%)
Mutual labels:  layouts
Flutter Examples
An ultimate cheatbook of curated designs
Stars: ✭ 675 (+3650%)
Mutual labels:  layouts
RatioLayouts
A collection of ViewGroups which can have a constant width to height ratio.
Stars: ✭ 19 (+5.56%)
Mutual labels:  layouts
Handlebars Layouts
Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.
Stars: ✭ 336 (+1766.67%)
Mutual labels:  layouts
Easyflipview
💳 A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
Stars: ✭ 1,221 (+6683.33%)
Mutual labels:  layouts
LayoutGMN-pytorch
Pytorch implementation of LayoutGMN.
Stars: ✭ 30 (+66.67%)
Mutual labels:  layouts
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (+50%)
Mutual labels:  layouts
Bedrock
Foundational Layout Primitives for your React App
Stars: ✭ 173 (+861.11%)
Mutual labels:  layouts

Netgen Layouts standard blocks & layouts

This package provides a set of most used blocks and layouts for Netgen Layouts for building rich content websites. It is a starting point when installing Netgen Layouts.

Read the installation instructions on how to install the complete Netgen Layouts to your Symfony based app.

As an alternative, you can use the following repositories with Netgen Layouts preinstalled to bootstrap your project:

These are kept uptodate as new versions of 3rd party products are released.

For developers

Running tests requires that you have complete vendors installed, so run composer install before running the tests.

Unit tests

Run the unit tests by calling composer test from the repo root:

$ composer test

PHPStan static analysis

All code is statically analysed with PHPStan. Make sure that PHPStan is green for the entire codebase after your changes. Run the following two commands to run PHPStan for the library/bundle code and for tests code, respectivelly:

$ composer phpstan
$ composer phpstan-tests

Coding standards

This repo uses PHP CS Fixer and rules defined in .php-cs-fixer.php file to enforce coding standards. Please check the code for any CS violations before submitting patches:

$ php-cs-fixer fix
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].