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
Requires
- silverstripe/cms: ^3.6.0
- silverstripe/framework: ^3.6.0
- symbiote/silverstripe-components: ^1.3.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-27 19:19:51 UTC
README
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
- SilverStripe 3.6+
- Components 1.3+
Documentation
Credits
- Pattern Labs for their Pattern Labs module. It was used as inspiration for this.