✨ Añade el primer componente básico nativo
Este componente renderiza directamente código HTML durante el renderizado del documento.
This commit is contained in:
parent
37df2ada75
commit
ed25a17e80
6 changed files with 40 additions and 7 deletions
4
src/base/component.rs
Normal file
4
src/base/component.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
//! Componentes nativos proporcionados por `PageTop`.
|
||||
|
||||
mod html;
|
||||
pub use html::Html;
|
Loading…
Add table
Add a link
Reference in a new issue