1.1.5 • Published 11 months ago

@njtd/react-native-fieldset-web v1.1.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months ago

FieldSet

Installation

npm install @njtd/react-native-fieldset-web

Usage:

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

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

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.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago