0.5.28 • Published 8 years ago

rn-naive v0.5.28

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

npm.io

Component Library

"Too Simple, Sometimes Naive ... UI gonna be"

A react-NAtIVE component library for simple User Interface development

Installation

  npm install rn-naive --save

naive library expects several packages/components installed. Follow this instruction to install Related packages

Usage

Start using the components.

import React from 'react'
import { Button } from 'rn-naive'

export default class app extends React.Component {
  render() {
    return(
      <screen lines={24}>
        <Button
          icon='logo-android'
          value='Android'
          style={{flex:1}}
          disabled={(this.state.Disabled)}
          onValueChange={(OS)=>this.setState({OS})}
        />
      </Screen>
      )
    }
  }

Components

Layout Elements

  • Screen
  • Bar
  • Block
  • DataBar
  • DataBlock

Visual Elements

  • Icon
  • IconList
  • Text
  • Button
  • ButtonList
  • ButtonPanel
  • Roll
  • CheckBox
  • RadioBox
  • ImageSlider

Input Elements

  • Input
  • NumberInput
  • DateSelect
  • ItemSelect

Non-visual Elements

  • MOM - Save static data in mobile's memory
  • LANG - text language translation
  • Device - retreieve device information

About the Author

I am a flywinger from Flywing Developers.

npm.io

0.5.28

8 years ago

0.5.27

8 years ago

0.5.26

8 years ago

0.5.25

8 years ago

0.5.24

8 years ago

0.5.23

8 years ago

0.5.22

8 years ago

0.5.21

8 years ago

0.5.20

8 years ago

0.5.19

8 years ago

0.5.18

8 years ago

0.5.17

8 years ago

0.5.16

8 years ago

0.5.15

8 years ago

0.5.14

8 years ago

0.5.13

8 years ago

0.5.12

8 years ago

0.5.11

8 years ago

0.5.10

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.1.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago