@public-ui/stencil-solid-output-target
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@stencil/solid-output-target

This is an output plugin for stencil.

Runtime Config Options

If you want to use custom tag names, you can use the setTagNameTransformer function to define a function which transforms the tag names.
It is recommended to configure this before you use the component library.

import { setTagNameTransformer } from '<your-library>/solid';
setTagNameTransformer((tagName: string) => `${tagName}-v2`);

/@public-ui/stencil-solid-output-target/

    Package Sidebar

    Install

    npm i @public-ui/stencil-solid-output-target

    Weekly Downloads

    19

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    24.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • itzbund
    • m.oppitz