README

Typography component for subtitle2. It applies following styles. Styles are fixed, cannot be overriden.

{
    'fontFamily': 'Roboto',
    'fontWeight': '400',
    'fontSize': 14,
    'letterSpacing': 0.1
}

Compatibility

Subtitle2

Props

Screenshots

How to use

import React from 'react';
import Br from '@blueeast/bluerain-os';

const Subtitle2 = BR.Components.get('Subtitle2');

const Subtitle2Sample = (props) => ()
        <Subtitle2>Subtitle2 Typography</Subtitle2>
    );

export default Subtitle2Sample;

Last updated