Athenic UI Documentation
Link
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