mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-23 03:54:21 +00:00
.. | ||
BluelibContainer | ||
BluelibProvider | ||
index.js | ||
Readme.md |
The main component for Bluelib, composed by a <BluelibContainer>
and a
<BluelibProvider>
.
Bluelib components won't work unless they're inside a <Bluelib>
component!
A skin can be selected by passing either a CSS module or a string to the skin
prop.
Valid strings are:
"paper"
"royalblue"
"rygblue"
(aliased to"royalblue"
)
<Bluelib skin={"royalblue"}>
Ciao!
</Bluelib>