Function ComponentPreviewCard
Source pub fn ComponentPreviewCard(props: ComponentPreviewCardProps) -> impl IntoView
Expand description
§Required Props
§Optional Props
- title: [
impl Into<MaybeProp<&'static str>>](MaybeProp<&’static str>)
- description: [
impl Into<MaybeProp<&'static str>>](MaybeProp<&’static str>)
- code: [
impl Into<MaybeProp<&'static str>>](MaybeProp<&’static str>)
- example_id: [
impl Into<MaybeProp<&'static str>>](MaybeProp<&’static str>)
- DOM id for in-page anchor navigation (e.g.
example-default-stub).