4
Having props style and/or className on Playground component
complete
Benjamin Petetot
Having props style and/or className on Playground component could be useful to set the layout of displayed components.
Activity
Newest
Oldest
Pedro E. Lima Nauck
complete
🚀 Release on v0.5.6
Pedro E. Lima Nauck
planned
Pedro E. Lima Nauck
But you're telling about class names to change what most specific? The <Playground> component it self or the components rendered inside it?
Benjamin Petetot
@Francois Zaninotto: This is exactly what I want to do :) put a layout for components inside the Playground.
Pedro E. Lima Nauck
Good guys, I'll mark as a planned and try to release quick as possible!
Francois Zaninotto
@Pedro E. Lima Nauck: The component itself, and by cascade, the components inside it. Imagine <Playground style={{ display: 'flex', justifyContent: 'space-around' }}>
Thanks a lot!