@whil/ui
v0.0.20
Published
UI project is a library neutral for create anything style using atomic react components and using styled components. You can declare styles with props and focus in your logic application.
Downloads
23
Readme
UI - WhiL
UI project is a library neutral for create anything style using atomic react components and using styled components. You can declare styles with props and focus in your logic application.
<AtomText
color="white"
caretColor="red"
textAlign="justify"
width="50%"
backgroundColor="red"
padding="1rem"
>
Hello UI!
</AtomText>
You can declare your own styles with props such: color, padding, width, backgroundColor. without use a class css