Copyright
Displays a copyright notice.
Copyright © 2025
import { Copyright } from 'renoun' export function Basic() { return <Copyright /> }
Examples
Hide Label
View Source© 2025 souporseriousimport { Copyright } from 'renoun' export function HideLabel() { return ( <div style={{ display: 'flex' }}> <Copyright showLabel={false} /> souporserious </div> ) }
Start Year
View SourceCopyright © 2024-2025 renounimport { Copyright } from 'renoun' export function StartYear() { return ( <div style={{ display: 'flex' }}> <Copyright startYear={2024} /> renoun </div> ) }
API Reference
Displays a copyright notice.
Properties
| Property | Type | Default Value |
|---|---|---|
| startYear? | number | |
| showLabel? | boolean |
Last updated