Expand description
§Library of Components for Generating Non-Interactive Pages/Cards/Files/Content
§Components
- Container
-
Text
-
As text (HTML
<div>
) -
As link (HTML ,
<a>
)
-
As text (HTML
- Icon
§Available Renders
- HTML (custom implementation)
- PNG (conversion from SVG)
- PDF (Skia)
- SVG (Skia)
- Leptos
§Goals
- Provide the minimal required support for renderer-specific features
- Ensure maximum compatibility of element properties across all renderers
- Offer a minimally comfortable set of components
§Non-Goals
- Full support for all available properties in all renderers
- Interactivity (e.g., CSS animations)
- Script support for HTML
Modules§
- Base types of aspects
- Module providing the
Components
enum and its implementations. - Available layouts