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 © 2020-2025 JSXUIimport { Copyright } from 'renoun' export function StartYear() { return ( <div style={{ display: 'flex' }}> <Copyright startYear={2020} /> JSXUI </div> ) }
API Reference
Last updated