Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.6
  • 8.x-1.x default
  • 3447985-2.0.0-alpha3-remove-color
  • 2.0.x
  • 3414293-2.0.0-alpha1-implement-proptypeinterfaceconvertfrom
  • 2.0.0-alpha2
  • previous/3443441-one-block-per-component/2024-05-27
  • 2.0.0-alpha1
  • previous/3395960-2.0.x-test-new-context/2024-04-05-2
  • previous/3414291-2.0.0-alpha1-source-pluginsmethods/2024-02-24-1
  • previous/3414291-2.0.0-alpha1-source-pluginsmethods/2024-02-24
  • 8.x-1.8
  • previous/3395960-2.0.x-add-new/2024-01-30-2
  • previous/3395960-2.0.x-add-new/2024-01-30-1
  • previous/3395960-2.0.x-add-new/2024-01-30
  • previous/3395953-2.0.x-add-new/2024-01-11
  • 8.x-1.7
  • 8.x-1.5
  • 8.x-1.4
  • 8.x-1.3
  • 8.x-1.2
  • 8.x-1.1
  • 8.x-1.0
  • 8.x-1.0-rc2
24 results

ui_patterns-3447985

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / ui_patterns
    358 commits behind, 6 commits ahead of the upstream repository.
    Christian.wiedemann's avatar
    Issue #3341073 by Christian.wiedemann, Grimreaper, pdureau: The "use"...
    christian.wiedemann authored and Florent Torregrosa committed
    Issue #3341073 by Christian.wiedemann, Grimreaper, pdureau: The "use" attribute should also work for variants
    feff0194
    History

    UI Patterns

    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.

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