Back to React Native Paper

Headline

docs/public/1.0/headline.html

5.15.1293 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>
);

Props

style Type: any