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