mobilio
v1.0.20
Published
Mobile React Library built for improving the engagement in Ecommerce
Downloads
8
Maintainers
Readme
🚀 Mobilio UI
Mobilio UI is React UI Library based on Styled-Components focused on improving users' engagement and business conversion.
Add your React components directly with CSS, both Web and React Native.
What is Styled-Components
Styled-Components is a library built for React and React Native developers. It lets you write actual CSS in your JavaScript. This means you can use all the features of CSS you use and love, including (but by far not limited to) media queries, all pseudo-selectors, nesting, etc .
Installation
Use the NPM to install Mobilio.
npm i mobilio
Usage
# Import
import Button from "mobilio/components/index"
# Usage
<Button>Buy</Button>
Change Color
# Import
import Button from "mobilio/components/index"
# Usage
<Button secondary>Buy</Button>
Contributing
This is my first UI Library that I created, so far only Button elements can be implemented. If you have some feedback, please feel free to contact me at [email protected]
Thank you :)