How to use create-html-element - 1 common examples

To help you get started, we’ve selected a few create-html-element examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nodosjs / nodos / packages / nodos-helpers / lib / tags.js View on Github external
const tag = (config) => {
  const string = createHtmlElement(config);
  return string;
};

create-html-element

Create a HTML element string

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis

Popular create-html-element functions