Base class
Create components with ease by extending the Base class.
js
import { Base } from '@studiometa/js-toolkit';
class Component extends Base {
static config = {
name: 'Component',
};
}Discover how to configure and use the Base class in the following sections:
JS Toolkit