performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

Update PlacesDetailPanel with more flexible styling #264

Closed ajolipa closed 7 months ago

ajolipa commented 7 months ago

In this PR

Notes

Unsure about the best way to structure this change; as is, it's sort of a breaking change in that existing uses of the panel as a sidebar specifically will need to be updated to actually wrap the component in a sidebar other custom styled component to recover the same behavior. Alternatively we could force backward compatibility by passing some sort of optional modal flag as a prop and only apply the updated CSS if that flag is applied, but that seems significantly less elegant. Open to thoughts!

ajolipa commented 7 months ago

Added some Tailwind examples to the Storybook page. @dleadbetter

ajolipa commented 7 months ago

Closing and reopening to try to get GitHub to update the file diffs.