A set of opiniated, unstyled and accessible components.

Maintainers

Details

github.com/studiometa/ui

Source

Issues

Installs: 8 474

Dependents: 2

Suggesters: 0

Security: 0

Stars: 10

Watchers: 11

Forks: 1

Open Issues: 35

Language:TypeScript

1.0.0-alpha.13 2024-11-14 10:42 UTC

This package is auto-updated.

Last update: 2024-11-14 14:56:42 UTC


README

NPM Version NPM Next Version Downloads Size Dependency Status Codecov

📦 A set of opiniated, unstyled and accessible components based on @studiometa/js-toolkit

Installation

Install the latest version via NPM:

npm install @studiometa/ui

If you need the Twig template 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 { Modal } from '@studiometa/ui';

class App extends Base {
  static config = {
    name: 'App',
    components: {
      Modal,
    }
  }
}

export default createApp(App, document.body);

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

Contributing

Please read the contribution docs.

Open in Gitpod