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
TBD
TBD
Props
Name
Type
Default
Description
children
string
The text to show with Subtitle1 heading style
Screenshots
π Web
π₯ Electron
π± React Native
TBD
TBD
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