Back to React Native Paper

Subheading

docs/public/2.0/subheading.html

5.15.1336 B
Original Source

Subheading

Typography component for showing a subheading.

Usage

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

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

export default MyComponent;

Props

style Type: any