mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 20:32:13 +02:00
⚡ Docs
This commit is contained in:
14
docs/components/examples/elements/intro.js
Normal file
14
docs/components/examples/elements/intro.js
Normal file
@ -0,0 +1,14 @@
|
||||
// use NPM or for example https://cdn.jsdelivr.net/gh/jaandrle/deka-dom-el/dist/esm.js
|
||||
import {
|
||||
assign,
|
||||
el, createElement,
|
||||
elNS, createElementNS
|
||||
} from "deka-dom-el";
|
||||
el===createElement
|
||||
elNS===createElementNS
|
||||
// “internal” utils
|
||||
import {
|
||||
assignAttribute,
|
||||
classListDeclarative,
|
||||
chainableAppend
|
||||
} from "deka-dom-el";
|
Reference in New Issue
Block a user