1.0.8 • Published 11 months ago

@njtd/react-native-fieldset v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

FieldSet

Installation

npm install @njtd/react-native-fieldset

Usage:

import FieldSet from 'react-native-fieldset';
import { View, Text } from 'react-native';

//...
  return (
    <View>
      <FieldSet label="Fieldset label">
        <Text>Field Set Body</Text>
      </FieldSet>
    </View>
  );
//...

See it in action

svg.njtd.xyz

Api Reference

PropertyTypeDefaultDescriptionRequired
labelString"FieldSet-label"Label for fieldsetYes
labelBackgroundColorString'#fff'Background colour for label ViewNo
labelColorString'#000'Text colour of labelNo
childrenReact Node<Text>FieldSet-Body</Text>Things to render inside fieldsetYes
borderColorString'#777'Colour of border of fieldsetNo
labelFontSizeNumber12Font size of labelNo
labelStyleObject'{}'Style of label textNo
labelPositionString(enum)'start'Position of label 'start', 'center', 'end'No
twoLabelBooleanfalseLabels at both sides?No
label2String"Fieldset-label2"Second labelNo
labelStyle2Object'{}'Style of second labelNo
mainTextStyleObject'{}'Style of main textNo

Contact me:

Email: nj@njtd.xyz

Website: njtd.xyz

1.0.8

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago