1.0.20 • Published 2 years ago

mobilio v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Logo

🚀 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 mail@lughni.com

Thank you :)

License

MIT

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago