1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-23 03:54:21 +00:00
bluelib/src/components/Paragraph
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

A paragraph, similar to the <p> element.

import Bluelib from "../Bluelib";

const P = Paragraph;

<Bluelib>
    <P>
        Text goes here.
    </P>
</Bluelib>