1.4.2 • Published 1 year ago

react-native-custom-component-x v1.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago