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