How to use the html-tags/void.includes function in html-tags

To help you get started, we’ve selected a few html-tags 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 jxnblk / horror / examples / index.js View on Github external
npm i horror
          <button>Beep</button>
        
        
          <h2>
            Demo
          </h2>
          
            
              {React.createElement(H, {
                is: type,
                css,
                children: voids.includes(type) ? undefined : 'Demo'
              })}
            
            
               {
                  this.update({ type: e.target.value })
                }}&gt;
                {tags.map(t =&gt; (
                  <option label="{t}" value="{t}"></option>

html-tags

List of standard HTML tags

MIT
Latest version published 23 days ago

Package Health Score

77 / 100
Full package analysis