7.6.2.19. ListPageCreateButton
Component for creating button.
Example
const exampleList: React.FC<MyProps> = () => {
return (
<>
<ListPageHeader title="Example Pod List Page"/>
<ListPageCreateButton createAccessReview={access}>Create Pod</ListPageCreateButton>
</ListPageHeader>
</>
);
};
| Parameter Name | Description |
|---|---|
|
| (optional) object with namespace and kind used to determine access |
|
| (optional) Patternfly Button props |