Link
Overview
Usage
Importing the Component
import { Link } from "@yankes/fivem-react/components";Props
Prop
Type
Description
Example
import { Link } from "@yankes/fivem-react/components";
export const MyComponent = () => {
return (
<Link href="https://tebex.io">
Our store
</Link>
)
}How It Works
Notes
Conclusion
Last updated