pub fn Article(props: ArticleProps) -> impl IntoViewExpand description
Article component for rendering HTML content.
Renders pre-rendered HTML content with optional custom CSS and JS.
ยงRequired Props
- data:
Signal<ArticleData>- The article data to render.