All Projects → nuvoleweb → ui_patterns

nuvoleweb / ui_patterns

Licence: GPL-2.0 license
[NOTE] Development has moved to https://drupal.org/project/ui_patterns

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to ui patterns

orgenic-ui
ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.
Stars: ✭ 53 (-39.08%)
Mutual labels:  ux, theming
Mespronos
Sport betting module for Drupal 8
Stars: ✭ 8 (-90.8%)
Mutual labels:  drupal, module
techne
Design Guidelines, Components and Patterns Library for modern, mobile-first, user-centric Experience Design
Stars: ✭ 40 (-54.02%)
Mutual labels:  patterns, ux
lua-patterns
Lua Patterns Viewer. A tool for inspecting, analyzing and learning Lua patterns.
Stars: ✭ 71 (-18.39%)
Mutual labels:  patterns
create-require
Polyfill for Node.js module.createRequire (<= v12.2.0)
Stars: ✭ 24 (-72.41%)
Mutual labels:  module
hal stm32
No description or website provided.
Stars: ✭ 56 (-35.63%)
Mutual labels:  module
drupal-jsonapi-params
A package to manage json-api params
Stars: ✭ 42 (-51.72%)
Mutual labels:  drupal
nrf24
nrf24l01 linux device driver
Stars: ✭ 20 (-77.01%)
Mutual labels:  module
intellij-drupal-run-tests
Provides a run configuration that executes Drupal's test runner (for Simpletest, Unit, Kernel, Functional, FunctionalJavascript.)
Stars: ✭ 24 (-72.41%)
Mutual labels:  drupal
roving-ux
stateful roving index for web ui
Stars: ✭ 110 (+26.44%)
Mutual labels:  ux
Drupalgeddon3
Drupal < 7.58 - Drupalgeddon 3 Authenticated Remote Code Execution (Metasploit)
Stars: ✭ 18 (-79.31%)
Mutual labels:  drupal
ProtocolServiceKit
iOS组件通信中间件(Protocol Service),Adapter Swift/Objective-C
Stars: ✭ 139 (+59.77%)
Mutual labels:  module
react-watermark-module
React水印组件,支持图片水印,文字水印。
Stars: ✭ 31 (-64.37%)
Mutual labels:  module
fractal-twig-drupal-adapter
Twig template adapter for Fractal with Drupal 8 directives.
Stars: ✭ 13 (-85.06%)
Mutual labels:  drupal
ark.db
Small and fast JSON database for Node and browser. 😋
Stars: ✭ 65 (-25.29%)
Mutual labels:  module
Stripe-Payment-For-Opencart-3.x
Stripe payment module for opencart 3.x
Stars: ✭ 29 (-66.67%)
Mutual labels:  module
ReactZooApp
ReactZooApp
Stars: ✭ 33 (-62.07%)
Mutual labels:  ux
ReDe
A Redis dehydrator module
Stars: ✭ 63 (-27.59%)
Mutual labels:  module
Windows11-betterUX
A non-destructive registry preset to improve the default user-experience with windows 10.
Stars: ✭ 21 (-75.86%)
Mutual labels:  ux
Thread
type safe multi-threading made easier
Stars: ✭ 34 (-60.92%)
Mutual labels:  module

UI Patterns

Join the chat at https://gitter.im/nuvoleweb/ui_patterns Build Status Scrutinizer Code Quality Documentation Status

Define and expose self-contained UI patterns as Drupal plugins and use them seamlessly as drop-in templates for panels, field groups, views, Display Suite view modes and field templates.

The UI Patterns module also integrates with with tools like PatternLab or modules like Component Libraries thanks to definition overrides.

Overview

Project overview

The UI Patterns project provides 6 modules:

  • UI Patterns: the main module, it exposes the UI Patterns system APIs and it does not do much more than that.
  • UI Patterns Library: allows to define patterns via YAML and generates a pattern library page available at /patterns to be used as documentation for content editors or as a showcase for business. Use this module if you don't plan to use more advanced component library systems such as PatternLab or Fractal.
    Learn more
  • UI Patterns Field Group: allows to use patterns to format field groups provided by the Field group module. Learn more
  • UI Patterns Layouts: allows to use patterns as layouts. This allows patterns to be used on Display Suite view modes or on panels out of the box. Learn more
  • UI Patterns Display Suite: allows to use patterns to format Display Suite field templates. Learn more
  • UI Patterns Views: allows to use patterns as Views row templates. Learn more

Try it out!

Download and install the Bootstrap Patterns theme on a vanilla Drupal 8 installation to quickly try out the UI Patterns module.

Documentation

Documentation is hosted on Read the Docs and available here.

To build the documentation make sure you setup your environment by following these instructions first.

After setting up your environment run:

$ cd docs
$ make html

The documentation is then available at ./docs/_build/html/index.html.

If you want to contribute documentation you can setup and auto-compile that will watch for documentation changes by running:

$ make livehtml

You can then preview the compiled documentation at http://127.0.0.1:8000.

To build the documentation using Docker run:

$ docker run -it -v $(pwd)/docs:/docs xeizmendi/docker-sphinx make --directory=/docs html
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].