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

Underline the contained text, like a <u> element.

import Bluelib from "../Bluelib";

<Bluelib>
    There something <Underline>under here</Underline>!
</Bluelib>