1.0.9 • Published 2 years ago

protonic-ui v1.0.9

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

Protonic UI

Platform - iOS + Android

About-

This UI Kit provides beautiful styled UI Elements for react native. Our target is to provide special and manually crafted UI Elements which come in daily use for devs but either they are not good as they should be or are not available in react-native. We target to make all these elements without using any other lib or module and keep the dev dependencies as low as possible.

Installation

npm i protonic-ui

How to use

I am working on a proper documentation site/ web app. If you think you can give it a hand, That would be so great!

Import the elements using

import { FlatButton } from "protonic-ui";

Then in your render method

<FlatButton onPress={()=>alert("Damnn bro !")} />

Currently Available Elements

  • Loading Modal
  • FlatButton
  • RoundButton
  • Alert Pop up
  • Toast

Found a Bug?

Create an Issue and I will try to fix it

Contribution

I am constantly trying to add more types of elements. if you want to contribute, I would love to work with you ❤️