native-pilot-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

List of Components

(https://native-pilot-ui.netlify.app)

To run on the web use

yarn storybook

To run on ios

yarn ios

To run on android

yarn android

Auto Update Story

yarn update-stories

Installation

In your project root folder run the following command

yarn add native-pilot-ui

or

npm i native-pilot-ui

Usage

In your project entry point make sure you have added the theme provider

import React from 'react';
import { ThemeProvider } from 'native-pilot-ui';

const Main = () => {
  return (
      <ThemeProvider theme={'app'}>
        <MainRoutes />
      </ThemeProvider>
  );
};

export default Main;

Example usage of component

import { Button } from 'native-pilot-ui';

const Example = () => {
  return (
    <Button onClick={() => console.log('button clicked')}>
      click here
    </Button>
  )
}

The uikit is type annotated so that you can easily find all the available options for themes. Some of the Theme options are

  • app
  • drug
  • church

/native-pilot-ui/

    Package Sidebar

    Install

    npm i native-pilot-ui

    Weekly Downloads

    3

    Version

    0.0.9

    License

    ISC

    Unpacked Size

    490 kB

    Total Files

    231

    Last publish

    Collaborators

    • arul_a2b_