README
{
'fontFamily': 'Roboto',
'fontWeight': '400',
'fontSize': 14,
'letterSpacing': 0.1
}Compatibility
Subtitle2
Props
Screenshots
How to use
Last updated
{
'fontFamily': 'Roboto',
'fontWeight': '400',
'fontSize': 14,
'letterSpacing': 0.1
}Last updated
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;