/* To import all elements and define custom elements */
import 'elements-x';
/* To import and define all core elements */
import 'elements-x/dist/lib/core.umd.js';
/* To import and define all extended elements */
import 'elements-x/dist/lib/extended.umd.js';
Core elements
Calendar
ComboBox (Input with dropdown)
Dropdown (Display as dropdown underneath of input or button)
File
List (Show hierarchy and select from it)
Map (Openlayer map)
Masked (Input with mask)
Pagination
Resize
Table (array of inputs, or table-structured inputs)
Extended elements
BarCode
Clock
Highlight (Code syntax prettifier)
Json (Collapsible JSON viewer)
Monaco (Code editor)
QRCode
Deployment
When main branch is updated, it is built and deployed by Netlify automatically.