Lines Matching refs:title
47 <Section title="Visibility">
50 <Section title="Appearance">
53 <Section title="Background Color">
56 <Section title="Border Color">
59 <Section title="Position">
62 <Section title="Behavior">
71 title: 'Navigation Bar',
79 title={`Toggle Visibility: ${nextVisibility}`}
91 title="Set background color to random color"
100 title="Set border color to random color"
114 title={`Toggle bar style: ${nextStyle}`}
135 title={`Position: ${position === 'absolute' ? 'relative' : 'absolute'}`}
158 return <Button onPress={onPressBehavior} title={`Behavior: ${nextNavigationBarBehavior}`} />;