Renderers
Minified ES module renderers for FicusJS web components.
A renderer
function can be provided when creating a new FicusJS web component. This allows any renderer to be plugged into a component.
The following renderers have been tested with FicusJS and are available as minified bundles in this package to make working with them much easier.
- htm (JSX-like syntax - no transpiler necessary) - 923 B gzipped
- htm with Preact (JSX-like syntax - no transpiler necessary) - 4.45 KB gzipped
- lit-html - 3.21 KB gzipped
- uhtml - 3.04 KB gzipped
- css - 204 B gzipped
Read the full documentation
To read the full documentation visit https://docs.ficusjs.org/renderers/