New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

protonic-ui

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protonic-ui

React Native UI Kit for mobile apps

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

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 ❤️

Keywords

react-native

FAQs

Package last updated on 19 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts