Skip to main content

ComponentPreviewCard

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>)