0.5.28 • Published 9 years ago

rn-naive v0.5.28

Weekly downloads
1
License
ISC
Repository
-
Last release
9 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

9 years ago

0.5.27

9 years ago

0.5.26

9 years ago

0.5.25

9 years ago

0.5.24

9 years ago

0.5.23

9 years ago

0.5.22

9 years ago

0.5.21

9 years ago

0.5.20

9 years ago

0.5.19

9 years ago

0.5.18

9 years ago

0.5.17

9 years ago

0.5.16

9 years ago

0.5.15

9 years ago

0.5.14

9 years ago

0.5.13

9 years ago

0.5.12

9 years ago

0.5.11

9 years ago

0.5.10

9 years ago

0.5.9

9 years ago

0.5.8

9 years ago

0.5.7

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.1.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago