You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { CodeViewer } from '@primereact/code-viewer';
import AdvancedDemo from './demo';
import { source } from './source.auto';
export default function AdvancedDoc() {
return (
<div>
<h2>Advanced</h2>
<p>
Card provides <i>Card.Header</i>, <i>Card.Title</i>, <i>Card.Subtitle</i>, <i>Card.Content</i> and <i>Card.Footer</i> as the named components to place content.