react-native-ui-doj

1.0.28 • Public • Published

react-native-ui-doj

An Open Source UI Library made for react native. It is very simple to use and customize.

Quick start

  • All our components start with the letter 'D',
  • All component names follow the camelCase syntaxt
  • They are easy to use
  • They are 100% customiseable
  • You can add your own styles just like how you would add styles to your normal react native components, except that here you pass them as props.

Install

yarn add react-native-ui-doj
# or
npm install --save react-native-ui-doj

Usage

// App.js
import { Dbutton, Dtext } from "react-native-ui-doj";

export function App(props) {
  return (
    <>
      <Dbutton onPress={handleButton}>
        <Dtext>Click me</Dtext>
      </Dbutton>
    </>
  );
}

How to use our components

Package Sidebar

Install

npm i react-native-ui-doj

Weekly Downloads

2

Version

1.0.28

License

MIT

Unpacked Size

42.8 kB

Total Files

20

Last publish

Collaborators

  • doj