@sneas/x-ray

3.0.4 • Public • Published

<x-ray>

version

Probably, the easiest way to demo HTML/Web components.

Demo: https://sneas.github.io/x-ray

Installation

HTML

<script defer src="https://unpkg.com/@sneas/x-ray@3/dist/index.js"></script>

NodeJS

npm install @sneas/x-ray --save

Add import within the root component:

import '@sneas/x-ray';

Usage

<x-ray>
  <code>
    <!-- The demo code goes here -->
    <!-- For example, Bootstrap 4 Alert: -->
    <div class="alert alert-warning alert-dismissible fade show" role="alert">
      <strong>Holy guacamole!</strong> You should check out the code of this
      alert component below.
      <button
        type="button"
        class="close"
        data-dismiss="alert"
        aria-label="Close"
      >
        <span aria-hidden="true">&times;</span>
      </button>
    </div>
  </code>
</x-ray>

⚠️ Make sure the code has been wrapped with <code> tag.

The result of the code from above:

Preview of Bootstrap 4 Alert Component

Readme

Keywords

none

Package Sidebar

Install

npm i @sneas/x-ray

Weekly Downloads

11

Version

3.0.4

License

MIT

Unpacked Size

1.72 MB

Total Files

17

Last publish

Collaborators

  • sneasio