Command Palette
Search for a command to run...
Loading component...
Hover members
Team member showcase with creative hover Text effects. Inspired by and adapted from opos.buzzworthystudio.com/directors, this component features profile images that reveal team member names with smooth text animations and creative hover interactions.
Dependencies
Interaction Type
Hover over team member images | |
text animation |
CLI UNAVAILABLE
pro component, try copying the source code from top right corner
How to use
import { HoverMember } from "@/components/v1/skiper6"; const teamMembers = [ { name: "John", image: "/images/team/john.jpg" }, { name: "Sarah", image: "/images/team/sarah.jpg" }, { name: "Mike", image: "/images/team/mike.jpg" }, ]; const DemoSkiper6 = () => { return <HoverMember teamMembers={teamMembers} />; }; <DemoSkiper6 />;
Props | Description |
---|---|
teamMembers | Array of team members with name and image |
defaultName | Default text shown when no member is hovered |
className | Additional CSS classes |
backgroundColor | Background color of the section |
textColor | Text color for default name |
hoverTextColor | Text color for hovered member names |
cursorColor | Color of the cursor follower |
Source code
Click on the top right to view the source code
Keep in mind
Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.
Contact
Additionlly, if you find any bug or issue, feel free toDrop a dm.
License & Usage:
- Free to use and modify in both personal and commercial projects.
- Attribution to Skiper UI is required when using the free version.
- No attribution required with Skiper UI Pro.