Link
Links allow users to navigate to different pages or sections.
Installation
npm install @libretexts/davis-react
Basic Usage
import { Link } from '@libretexts/davis-react';
export default function Example() {
return <Link href="/docs">View Documentation</Link>;
}
Documentation in Progress
Full documentation for this component is being written. Check back soon for complete API reference, examples, and accessibility guidelines.