README

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

{
    'fontFamily': 'Roboto',
    'fontWeight': '400',
    'fontSize': 20,
    'letterSpacing': 0.15
}

Compatibility

🌏 Web

πŸ–₯ Electron

πŸ“± React Native

βœ”οΈ

βœ”οΈ

βœ–

Subtitle1

Screenshots

🌏 Web

πŸ–₯ Electron

πŸ“± React Native

Web Image

TBD

TBD

Props

Name

Type

Default

Description

children

string

The text to show with Subtitle1 heading style

Screenshots

🌏 Web

πŸ–₯ Electron

πŸ“± React Native

TBD

TBD

Mobile Image

How to use

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

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

const Subtitle1Sample = (props) => ()
        <Subtitle1>Subtitle1Typography</Subtitle1>
    );

export default Subtitle1Sample;

Last updated