Copyright Text
This is a shadcn/ui type react component that displays the copyright information
Demo
Installation
npx shadcn@latest add @vinkas-ui/copyright-textProperties
| Property | Type | Required | Description | Default |
|---|---|---|---|---|
| companyName | string | Yes | The name of the company. | - |
| startYear | number | No | The start year of the copyright. | - |
| endYear | number | No | The end year of the copyright. | new Date().getFullYear() |
| showRights | boolean | No | Whether to show the rights text. | true |
| rightsText | string | No | The rights text. | "All rights reserved." |
| className | string | No | The className to be applied to the component. | - |