Adding title prop to customHomePage

Signed-off-by: gerson <tnii.gerson@gmail.com>
This commit is contained in:
gerson
2025-05-04 10:44:30 +02:00
parent 8c5f8fe8d4
commit eddd96c62b
9 changed files with 257 additions and 68 deletions
+3
View File
@@ -107,6 +107,9 @@ export const homePage = (
);
```
> [!NOTE]
> You can provide a title to the grid by passing it as a prop: `<CustomHomepageGrid title="Your Dashboard" />`. This will be displayed as a header above the grid layout.
### Creating Customizable Components
The custom home page can use the default components created by using the default `createCardExtension` method but if you