@public-ui/preact
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

KoliBri - Preact-Adapter

npm license downloads issues pull requests size contributors

The Preact adapter is a wrapper around the React adapter. Please refer to the React adapter documentation for more information.

⚠️ Preact support is currently considered experimental.

Installation

npm install @public-ui/preact
pnpm add @public-ui/preact

Usage

import { h } from 'preact';
import { KolButton } from '@public-ui/preact';

export const App = () => <KolButton _label="Hello World" />;

Package Sidebar

Install

npm i @public-ui/preact

Weekly Downloads

273

Version

3.0.3

License

EUPL-1.2

Unpacked Size

17.2 kB

Total Files

8

Last publish

Collaborators

  • m.oppitz
  • itzbund