react-native-custom-component-x

1.4.2 • Public • Published

Example image

React Native UI Components

npm version npm downloads npm version npm downloads

A collection of high-quality UI components for React Native mobile apps, designed to help you build amazing apps quickly and easily. This package provides both basic and advanced components, including buttons, inputs, forms, navigation, and more.

Installation

yarn add react-native-custom-component-x
npm i react-native-custom-component-x

Table of Contents

Usage

import {
  Button,
  Input,
  Form,
  Navigation,
} from "react-native-custom-component-x";

const App = () => (
  <View>
    <Button title="Submit" />
    <Input placeholder="Enter your name" />
    <Form>Form content here</Form>
  </View>
);

Example

API

<Button />

A customizable button component for your app.

<Input />

A text input component for user input.

<Form />

A form component for creating forms in your app.

<Navigation />

A navigation component for navigating between screens in your app.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-custom-component-x

Weekly Downloads

13

Version

1.4.2

License

ISC

Unpacked Size

4.93 kB

Total Files

6

Last publish

Collaborators

  • amansharma.ittechxpert