Preact framework adapter for KoliBri - The accessible HTML-Standard.
npm install @public-ui/preact





!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.
``bash`
npm install @public-ui/preact
pnpm add @public-ui/preact
`tsx
import { h } from 'preact';
import { KolButton } from '@public-ui/preact';
export const App = () =>
``