@nativetail/ui 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -58,6 +58,10 @@ export function Input({
58
58
  {leftElement && (
59
59
  <View className="absolute left-2 bottom-2">{leftElement}</View>
60
60
  )}
61
+
62
+ {rightElement && (
63
+ <View className="absolute right-2 bottom-2">{rightElement}</View>
64
+ )}
61
65
  {error && <Text className="text-danger text-sm">{error}</Text>}
62
66
 
63
67
  {isSecretToggleable && (