So, i've simplified the backdrop to remove align props, maybe we can add it later, but for now I think might be unnecessary.
But the component needs some improvement in the future, stylistic ones. Ray has designed this component with 4 layers to give it a specific effect.
There are 4 layers of the backdrop, some of the effects for now need some kind of polyfill, especially the grayscale of the elements behind the backdrop component, which can be achieved through backdrop-filter but seems is not supported in every browser.
So, i've simplified the backdrop to remove align props, maybe we can add it later, but for now I think might be unnecessary.
But the component needs some improvement in the future, stylistic ones. Ray has designed this component with 4 layers to give it a specific effect.
There are 4 layers of the backdrop, some of the effects for now need some kind of polyfill, especially the grayscale of the elements behind the backdrop component, which can be achieved through
backdrop-filter
but seems is not supported in every browser.