Back to React Native Paper

Headline

docs/public/3.0/headline.html

5.15.1555 B
Original Source

Headline

Typography component for showing a headline.

Usage

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

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

export default MyComponent;

Props

style Type: StyleProp<TextStyle>

children (required) Type: React.ReactNode

Edit this page