7.6.2.18. ListPageCreateLink
Component for creating a stylized link.
Example
const exampleList: React.FC<MyProps> = () => {
return (
<>
<ListPageHeader title="Example Pod List Page"/>
<ListPageCreateLink to={'/link/to/my/page'}>Create Item</ListPageCreateLink>
</ListPageHeader>
</>
);
};
| Parameter Name | Description |
|---|---|
|
| string location where link should direct |
|
| (optional) object with namespace and kind used to determine access |
|
| (optional) children for the component |