Back to React Native Paper

Caption

docs/public/4.0/caption.html

5.15.1547 B
Original Source

Caption

Typography component for showing a caption.

Usage

js
import * as React from 'react';
import { Caption } from 'react-native-paper';

const MyComponent = () => (
  <Caption>Caption</Caption>
);

export default MyComponent;

Props

style Type: StyleProp<TextStyle>

children (required) Type: React.ReactNode

Edit this page