Skip to content

studiometa/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@studiometa/ui

NPM Version NPM Next Version Downloads Size Codecov

A set of JS and Twig components powered by @studiometa/js-toolkit, Tailwind CSS and studiometa/twig-toolkit.

Installation

Install the latest version via NPM:

npm install @studiometa/ui

If you need the Twig templates as well, install the Twig extension via Composer and load it in your application:

composer require studiometa/ui

Usage

Import the components from the package as needed:

import { Base, createApp } from '@studiometa/js-toolkit';
import { Action, Frame, Modal, ScrollAnimation, ScrollReveal, Slider } from '@studiometa/ui';

class App extends Base {
  static config = {
    name: 'App',
    components: {
      Action,
      Frame,
      Modal,
      ScrollAnimation,
      ScrollReveal,
      Slider,
    },
  };
}

export default createApp(App);

Heads up to ui.studiometa.dev for more informations.

Contributing

Please read the contribution docs.

Open in Gitpod

About

📦 A set of small and performant JS and Twig components

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 12