Dribbble Card Options
Dribbble feed components have three groups of visual props
Written By Social Hampster
Last updated 2 days ago
Dribbble feed components have three groups of visual props: card options (what information shows on each shot card), overlay options (the hover effect over each card), and footer options (a bar below each card for title and stats). All of these are available in Framer's right-side props panel when a Dribbble component is selected.
How to access: Click on your Dribbble Grid, Masonry, or Slider component in Framer. The Dribbble-specific props appear in the props panel on the right side of the editor.
[Screenshot: Add screenshot of the Dribbble card props in the Framer props panel]
Card options
These props control which pieces of information are shown on each Dribbble shot card:
Overlay options
The overlay is a color layer that appears on top of the shot image, either always or on hover. It is commonly used to show the shot title and stats when the visitor moves their cursor over a card.
Footer options
The footer is a bar that appears below each card (not overlaid on the image). It is a good place to show the shot title and stats in a clean, readable way without obscuring the image itself.
Combining overlay and footer
You can use overlay and footer together or choose just one. A common pattern for portfolio sites is:
Show Footer: on (always visible, shows shot title)
Show Overlay: off (keeps the image clean)
An alternative pattern for a more interactive feel:
Show Footer: off
Show Overlay: on (reveals title and stats on hover)
Overlay Color: dark navy or brand color
Overlay Opacity: 0.6
[Screenshot: Add screenshots showing Dribbble cards with footer only, overlay only, and both combined]