✨ 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
8e67065aae
commit
cf1e8bbc02
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