@duarn/border-effect-button
v1.0.0
Published
Premium button with animated border effects for React Native
Maintainers
Readme
@duarn/border-effect-button
🔥 Premium Animated Border Effect Buttons for React Native
Transform your app with stunning border animations that grab attention and boost user engagement.
✨ Features
- 🌟 5 Unique Border Effects: Glow, Wave, Pulse, Rainbow, Electric
- 🎨 Neon Border Button: Rotating animated borders with glow
- ⚡ 60fps Performance: Optimized with React Native Reanimated 3
- 📱 Cross Platform: iOS & Android compatible
- 🎯 TypeScript Support: Full type definitions included
- 🔧 Highly Customizable: Colors, sizes, speeds, and more
🚀 Preview
// Glow Effect Button
<BorderEffectButton
title="Glow Magic"
variant="glow"
color="#FF6B6B"
glowColor="#FF6B6B"
onPress={() => console.log('Glowing!')}
/>
// Rainbow Border Button
<BorderEffectButton
title="Rainbow Power"
variant="rainbow"
onPress={() => console.log('Colorful!')}
/>
// Neon Cyber Button
<NeonBorderButton
title="Cyber Neon"
neonColor="#00FFFF"
backgroundColor="#000"
onPress={() => console.log('Futuristic!')}
/>
