0.2.48 • Published 26 days ago

@studiometa/ui v0.2.48

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

@studiometa/ui

NPM Version 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

0.2.48

26 days ago

0.2.47

2 months ago

0.2.46

2 months ago

0.2.45

2 months ago

0.2.44

2 months ago

0.2.41

3 months ago

0.2.43

3 months ago

0.2.42

3 months ago

0.2.40

7 months ago

0.2.39

7 months ago

0.2.38

7 months ago

0.2.37

8 months ago

0.2.35

10 months ago

0.2.33

12 months ago

0.2.32

1 year ago

0.2.31

1 year ago

0.2.30

1 year ago

0.2.29

1 year ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.28

1 year ago

0.2.25

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.19

1 year ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago