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