Athenic UI Documentation

Link

Link

import { Link } from "athenic-ui";

Example

<Link to={`https://github.com/AthenicAustria/athenic-ui`} text="Click me!" />

Props

  • text: string
  • to: string
  • target?: string
  • className?: string
  • style?: CSSProperties
Edit this page on GitHub

On this page