Installation
Copy and paste the following code of header
into your project.
components/eldoraui/header.tsx
Copy and paste the following code of plusgrid
into your project.
components/eldoraui/plusgrid.tsx
Copy and paste the following code of link
into your project.
components/eldoraui/link.tsx
Props Table
Prop | Type | Description | Default |
---|---|---|---|
banner | React.ReactNode | An optional banner element to display within the navbar. | undefined |
className | string | Optional CSS class for custom styling of the grid. | "" |
children | React.ReactNode | Child elements to be rendered inside the grid, row, or item. | undefined |
href | string | The destination URL of the link. | undefined |