question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom background for the playground

See original GitHub issue

Hi, thanks for your work on Docz, I’m giving it a try and it’s fantastic! 🎉

How would one go about changing the background of the preview in the <Playground> for only one component ? It doesn’t look like it’s possible at the time of writing.

Description

I know you can create a custom theme for the entire Docz site, but in our case it’s only a specific subset of components that don’t work well on a white background, with the vast majority looking great.

It would be great if we could just pass in a CSS colour as a property of the playground that would only affect that specific instance.

Thanks, Alvin

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
corysimmonscommented, Jul 9, 2020

style doesn’t seem to work on <Playground> anymore, and I can’t wrap playground in a <div>. Seems the only way to style is within playground, which means people hitting the clipboard btn will get the wrapping element/styles as well. 😦

3reactions
kikorbcommented, Oct 16, 2018

I did recheck and the width is the problem. This works great:

<Playground style={{ backgroundColor: "#eee", margin: '-2em', padding: '2em', width: 'auto' }}>
  <Button handleClick={ () => alert('Working') } >
    Accept
  </Button>
</Playground>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Design Free Backgrounds with Online Templates - Adobe
Make your own background for free in minutes. Design unique and custom backgrounds in minutes. Use your own photos or explore our free...
Read more >
22 Background play set ideas | backyard for kids ... - Pinterest
May 1, 2020 - Explore Allison Lewis's board "Background play set ideas", ... more ideas about backyard for kids, backyard obstacle course, backyard...
Read more >
Custom Playground Rules Signs - Allstate Sign & Plaque
These custom playground rules signs can be created with your own customized wording to promote safety on your playground. Includes pre-drilled holes.
Read more >
Kids Bedroom Wallpaper Custom Any Size Murals ...
Kids Bedroom Wallpaper Custom Any Size Murals Cartoon Playground Tree Hole Mushroom Photo Painting Background Wall Coverings 3D-300x210cm ; FREE delivery January ...
Read more >
5x7FT Colorful Plastic Playground Green Grasse Park ...
5x7FT Colorful Plastic Playground Green Grasse Park Balloons Toys Custom Photo Studio Backdrop Background Vinyl 220cm x 150cm · Picture Advertised.jpg · 5X7FT...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found