# Tag

Tags helps to find relevant information.

[Example](https://github.com/ThakurBallary/react-native-btr-demo/tree/main/src/Components/Tag.tsx)

### Props
Key | Type | Default
----|----|----
name | string | Tag 
style | object | {backgroundColor: '#000', color: '#fff', borderRadius: 4, borderWidth: 1} 
iconLeft | string | - 
iconRight | string | - 
onPress | function | - 
