Base class
Create components with ease by extending the Base class. For a step-by-step introduction, see the Getting Started guide.
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: