Module components

Module components 

Source

Re-exports§

pub use adapter::*;
pub use fragment::*;
pub use view::*;
pub use border::*;
pub use modal::*;
pub use scroll_view::*;
pub use center::*;
pub use text::*;
pub use positioned::*;

Modules§

adapter
border
Border 组件:为内容添加可定制的边框、标题、内边距等。
center
fragment
Fragment 组件:无额外渲染的透明容器,用于包裹多个子元素,类似 React.Fragment。
modal
Modal 组件:模态弹窗,支持遮罩、居中/自定义位置、尺寸、样式等。
positioned
scroll_view
ScrollView 组件:可滚动视图容器,支持横向/纵向滚动条,适合长列表、文档阅读等场景。
text
view
View 组件:基础布局容器,支持 flex 布局、嵌套、间距、对齐等属性。

Structs§

ContextProvider
ContextProvider 组件实现。
ContextProviderProps
ContextProvider 组件属性。