Socket
Socket
Sign inDemoInstall

@domql/element

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/element

Takes object and creates DOMQL element.


Version published
Weekly downloads
1.6K
increased by35.01%
Maintainers
1
Weekly downloads
 
Install size
Created

Readme

Source

DOMQL Element

Takes object and creates DOMQL element.

npm version

Example:

import DOM from 'domql'

const Poster = {
  extend: [Link, Img],
  props: {
    boxSize: [100, 200],
    borderRadius: 12,
    padding: 16,
    background: '#fff'
  }
}

DOM.create(Poster, document.body)

FAQs

Package last updated on 28 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc