Back to React Native Paper

Paragraph

docs/public/2.0/paragraph.html

5.15.1329 B
Original Source

Paragraph

Typography component for showing a paragraph.

Usage

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

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

export default MyComponent;

Props

style Type: any