Socket
Socket
Sign inDemoInstall

@essential-ui/web

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essential-ui/web

Essential UI


Version published
Weekly downloads
195
increased by3.17%
Maintainers
1
Weekly downloads
 
Created
Source

Essential Web

Using this library

Script tag

  • Put a script tag similar to this <script type='module' src='https://unpkg.com/@essential-ui/web/dist/web/web.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @essential-ui/web --save
  • Put a script tag similar to this <script type='module' src='node_modules/@essential-ui/web/dist/web/web.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Render an icon

<es-icon name="book" />

FAQs

Package last updated on 01 Jun 2023

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc