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
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