Add dom.js
13
dom.js.md
Normal file
13
dom.js.md
Normal file
@@ -0,0 +1,13 @@
|
||||
```javascript
|
||||
import { el, dom } from './dom.js
|
||||
```
|
||||
|
||||
## el(attr, children)
|
||||
|
||||
## class dom (DomHelper)
|
||||
|
||||
### create(element, attr, children)
|
||||
|
||||
### apply(element, attributes)
|
||||
|
||||
### append(element, children)
|
||||
Reference in New Issue
Block a user