@micrio/client
TypeScript icon, indicating that this package has built-in type declarations

5.3.9 • Public • Published

Micrio Client

If you are looking for HOWTOs, tutorials, or general Micrio help, please check out our searchable Knowledge Base at:

https://doc.micr.io/

Installation

npm i @micrio/client

Usage

Since the Micrio Client is a passive binding for all HTML <micr-io> elements, all you need to do to include Micrio in your project or page is:

import '@micrio/client'

Typed

To get typed access to a Micrio HTML element, you can use the HTMLMicrioElement as exported by this package:

import type { HTMLMicrioElement } from '@micrio/client';

// This will be a fully typed element
const micrioElement = document.querySelector('micr-io') as HTMLMicrioElement;

Readme

Keywords

Package Sidebar

Install

npm i @micrio/client

Homepage

micr.io/

Weekly Downloads

191

Version

5.3.9

License

MIT

Unpacked Size

464 kB

Total Files

4

Last publish

Collaborators

  • duinmarcel
  • jirinrin