zio.http.template2.Dom
See theDom companion object
sealed trait Dom extends Modifier, Product, Serializable
Modern DOM library for ZIO HTTP inspired by Laminar and ScalaTags. Provides type-safe, composable, and transformable DOM trees.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
- Self type
Members list
Value members
Concrete methods
Collect all elements matching the predicate
Collect all elements matching the predicate
Attributes
Filter children recursively based on a predicate
Filter children recursively based on a predicate
Attributes
Find the first element matching the predicate
Find the first element matching the predicate
Attributes
Render the DOM to HTML string without indentation
Render the DOM to HTML string without indentation
Attributes
Render the DOM to HTML string with optional indentation
Render the DOM to HTML string with optional indentation
Attributes
Render the DOM to minified HTML string
Render the DOM to minified HTML string
Attributes
In this article