Skip to main content
Version: 1.0.58

Badge

const badge = {
component: NANO.BADGE,
value: '3',
props: {
size: 25,
color: 'white',
style: {backgroundColor: 'green', alignSelf: 'flex-start'}
}
};