1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-23 12:04:22 +00:00
bluelib/src/components/Anchor
2021-01-25 19:37:58 +01:00
..
index.js First commit (of this branch) 2021-01-25 19:37:58 +01:00
Readme.md First commit (of this branch) 2021-01-25 19:37:58 +01:00

An anchor, very similar to the <a> element.

import Bluelib from "../Bluelib";

<Bluelib>
    <Anchor href={"https://example.org"}>
        Go to example.org!
    </Anchor>
</Bluelib>