@wingsuit-designsystem/wingsuit
v1.0.0-beta.21
Published
A design system with Storybook, Tailwind and Drupal
Downloads
13
Maintainers
Readme
Wingsuit is an open source designsystem to build reusable Twig Components with Storybook for Drupal - with page and development speed in mind.
- Describe, develop and test your Twig Components in storybook with twing.
- Use this components with zero configuration Drupal with UI Patterns
- Tailwind + Alpinejs for famous develop and page speed
- Bundled Webpack base configuration to keep everything up to date.
Prerequisites
NPM
To start storybook
npm run dev:storybook
To start drupal
npm run dev:drupal
YARN (prefered)
To start storybook
yarn dev:storybook
To start drupal
yarn dev:drupal