♻️ (html): Añade valores extra a Props
- Reordena campos, variantes y métodos para mayor consistencia interna. - Añade `extra_or`, `extra_or_default` y `extra_or_else` a `Props`. - Mejora la documentación y amplía los tests de integración.
This commit is contained in:
parent
a26aa4d30a
commit
25713a8a13
26 changed files with 578 additions and 227 deletions
|
|
@ -24,7 +24,7 @@ mod attr;
|
|||
pub use attr::{Attr, AttrName, AttrValue};
|
||||
|
||||
mod props;
|
||||
pub use props::{Props, PropsOp};
|
||||
pub use props::{Props, PropsError, PropsExtra, PropsOp};
|
||||
|
||||
mod unit;
|
||||
pub use unit::UnitValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue