Socket
Socket
Sign inDemoInstall

@a2000/panel

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @a2000/panel

A2K Panel


Version published
Maintainers
1
Created

Readme

Source

Panel

A container component with styles applied. It's used to create sections with the MS2000 border and background style.

Quick Start

  1. Begin by installing with your favourite package manager:

npm install @a2000/panel

  1. Use within your HTML templates as follows:
<!DOCTYPE html>
<html>
  <head>
    <title>Quick Start</title>
    <meta charset="UTF-8" />
  </head>

  <body>
    <!-- Use web components in your HTML like regular built-in elements. -->
    <a2k-panel>
      <h2>Section title</h2>
      <p>Section content</p>
    </a2k-panel>

    <!-- a2k web components use standard JavaScript modules. -->
    <script type="module">
      import "@a2000/panel/a2k-panel.js";
    </script>
  </body>
</html>

FAQs

Last updated on 03 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc