1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-23 20:14:21 +00:00
bluelib/src/components/Underline/Readme.md

10 lines
179 B
Markdown
Raw Normal View History

2021-01-25 18:37:58 +00:00
**Underline** the contained text, like a `<u>` element.
```jsx
import Bluelib from "../Bluelib";
<Bluelib>
There something <Underline>under here</Underline>!
</Bluelib>
```