1.1.0 • Published 3 years ago
@widgify/core v1.1.0
@widgify/core is the core library that makes everything possible. It consists mainly of 2 elements:
- The \ component that takes a widgify input:
This is where your widgets are loaded to the UI. Learn more
- The base for every other widget out there:
If you're interested in creating your own widgets, you will be creating 3 files extended from
- a WidgifyBase class
- a WidgifyBaseComponent class (with an html and possibly some css)
- a WidgifySettings interface
Learn more about these base files.
Installation
nom i -s @widgify/core