Components
/Details
DetailsProps
Props for the Details component
Examples
Session Replay
LiveSession offers detailed session replays, allowing you to visualize user interactions in your product.
Learn MoreSecondary: Advanced Features
Learn More
Secondary: Advanced Features
Dive deeper into advanced analytics, including segmentation, funnel analysis and heatmaps.
Learn MoreTertiary: Advanced Features
Learn More
Tertiary: Advanced Features
Dive deeper into advanced analytics, including segmentation, funnel analysis and heatmaps.
Props
children
React.ReactNode
Required
Content to be displayed inside the details elementlabel
string
Required
Label text displayed in the summaryicon
any
Optional icon element to be displayed in the summaryclassName
string
Optional CSS class name for custom stylingkind
"primary" | "secondary" | "tertiary"
Which visual style to use.title
any
Title text or element displayed in the summary. Required when
kind
is 'secondary' or 'tertiary'.
:::details{label="Session Replay"} LiveSession offers detailed session replays, allowing you to visualize user interactions in your product. :::
<Details kind="secondary" label="Advanced Features" title="Learn More" > Dive deeper into advanced analytics, including segmentation, funnel analysis and heatmaps. </Details>
Built with
Show your support! Star us on GitHub ⭐️