A set of JS and Twig components powered by @studiometa/js-toolkit, Tailwind CSS and studiometa/twig-toolkit.
Install the latest version via NPM:
npm install @studiometa/uiIf you need the Twig templates as well, install the Twig extension via Composer and load it in your application:
composer require studiometa/uiImport the components from the package as needed:
import { registerComponents } from '@studiometa/js-toolkit';
import { Action, Dialog, Frame, ScrollAnimation, ScrollReveal, Slider } from '@studiometa/ui';
registerComponents(Action, Dialog, Frame, ScrollAnimation, ScrollReveal, Slider);Heads up to ui.studiometa.dev for more informations.
Please read the contribution docs.