JSPM

preactyper

0.6.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q12709F
  • License MIT

A Preact component that types.

Package Exports

  • preactyper

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (preactyper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ReacTyper Demo GIF
A Preact component that types.
Inspired by vue-typer. Forked from reactyper.

import Typer from 'preactyper';

<Typer spool={['🎉 PreacTyper']} />

Installation

Node

$ npm i preactyper

or

$ yarn add preactyper

Then import:

import Typer from 'preactyper';

Usage

See Li356/reactyper for details on how to use it. Just make sure you use preactyper in your import statement.

License

License MIT