Im currently reviewing options for a component library for our Drupal project. We currently use stylguidist for our js framework projects but that doest work well for our existing twig components.
- Does patternfly (html) currently or plan to support twig as a templating option vs handlebars?
In the git repo I saw this file https://github.com/patternfly/patternfly/blob/v4/parseHbs.js and was curious if this is an example of how to integrate the templating framework of choice.
Any advice or direction on using patternfly with twig would be much appreciated.
Thanks!