Skip to main content
Zoltan_Szalay
September 22, 2022

Expose/hide nested instances -> at component property level

  • September 22, 2022
  • 381 replies
  • 20388 views

With the new update, we have a great new feature, but unfortunately, it’s not usable with our component structure.
Exposing all props of a nested instance also exposes props that we don’t want in the context of the consuming component.

What if we could also select which properties to expose? This would lead to a cleaner sidebar with only valid props.

381 replies

Tony_Haddon
New Member
May 21, 2024

Plus 1 for this feature.

Khurram_Butt
New Member
May 23, 2024

+1 Badly need this feature for our design system.

Seamoose
New Member
May 24, 2024

All I want for Config!

Amogh_Srivastava
New Member
May 28, 2024

+1 need this feature!

ottovortici
May 31, 2024

+ 1

@Celine_Figma
Any news on this topic ? 😅

Guille2
June 12, 2024

+1 Needed for our DS

ValentinAtBetter
June 13, 2024

Must have!

June 18, 2024

After almost 2 years, I wonder if Figma will ever address this

Sean_Doyce
June 20, 2024

+1 this seems so easy to implement as its simply a visibility toggle for select properties within nested instances. It literally shouldn’t effect the the rest of the code base at all

July 2, 2024

+1 it’s super needed when building complex design system components, with multiple atoms inside a larger component. Now it’s easy design consumers can break the molecule by changing specific props in the atom that shouldn’t be accessible.