README
Typography component for Body1. It applies following styles. Styles are fixed, cannot be overriden.
{
'fontFamily':'Roboto',
'fontWeight':400,
'fontSize':16,
'letterSpacing': 0.5
};
Compatibility
π Web
π₯ Electron
π± React Native
βοΈ
β
β
Screenshots
π Web
π₯ Electron
π± React Native
TBD
TBD
Body1
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 B R from '@blueeast/bluerain-os';
const Body1 = BR.Components.get('Body1');
const component = (props) => {
<Body1>Body1 Typography</Body1>
);
}
export default Body1
Last updated