symbiote/silverstripe-design-bridge

A module that allows viewing components in isolation

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:silverstripe-module

1.1.0 2018-11-27 06:18 UTC

This package is auto-updated.

Last update: 2024-03-27 18:12:06 UTC


README

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

A module that allows viewing components in isolation via https://{baseurl}/_components/.

Features:

  • Form Kitchensink - Renders a form using SilverStripe, this allows you to see what form fields have been styled / hooked up to components
  • All - A page that renders all the components the module can find, this is used to export to Sketch.

Composer Install

composer require symbiote/silverstripe-design-bridge:~1.0

Requirements

Documentation

Credits

  • Pattern Labs for their Pattern Labs module. It was used as inspiration for this.