Explore Preact Components
masterA variety of specialized components are available to handle common UI tasks such as routing, layout, and complex inputs.
Notable components include:
- preact-router: URL routing for components.
- preact-markup: Renders HTML and Custom Elements as JSX/Components.
- preact-portal: Renders components into different parts of the DOM (portals).
- preact-richtextarea: A simple HTML editor component.
- preact-token-input: A text field for tokenizing input (e.g., tags).
- preact-virtual-list: Efficiently renders lists with millions of rows.
- preact-layout: A small and simple layout library.
- preact-helmet: Manages the document
<head>. - preact-custom-scrollbars: Customizable scrollbars for native-feeling scrolling.
- @formisch/preact: A high-performance, type-safe form library.