# Custom Props ```mdx-code-block import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; export const DocPropsList = ({items}) => ( {items.map((item, index) => ( ))}
Doc Page Custom Props
{item.label} {JSON.stringify(item.customProps)}
); ```