README
Typography component for h3 headings. It applies following styles. Styles are fixed, cannot be overriden.
{
'fontFamily':'Roboto',
'fontWeight':'400',
'fontSize':48,
'letterSpacing': 0
};
Compatibility
π Web
π₯ Electron
π± React Native
βοΈ
β
β
Screenshots
π Web
π₯ Electron
π± React Native
TBD
TBD
Props
Name
Type
Default
Description
children
string
The text to show with H3 heading style
Screenshots
π Web
π₯ Electron
π± React Native
TBD
TBD
How to use
import React from 'react';
import BR from '@blueeast/bluerain-os';
const H3 = BR.Components.get('H3');
const H3Sample = (props) => (
<H3>H33 Typography</H3>
);
export default H3Sample;
Last updated