Libraries
The Panel bundles a few common libraries that also can be used by plugins.
How to access libraries
The Panel exposes all shared libraries via this.$library
:
Available libraries
Library | Description |
---|---|
this.$library.autosize |
Automatically adjust textarea height to fit text. Documentation › |
this.$library.dayjs |
Parse, validate, manipulate, and display dates and times. Documentation › |