mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-23 20:14:21 +00:00
9 lines
179 B
Markdown
9 lines
179 B
Markdown
**Underline** the contained text, like a `<u>` element.
|
|
|
|
```jsx
|
|
import Bluelib from "../Bluelib";
|
|
|
|
<Bluelib>
|
|
There something <Underline>under here</Underline>!
|
|
</Bluelib>
|
|
```
|