Hey everyone! 😊
I’m currently working on a Glassmorphism-styled app and have designed a Glass Tile component. I’ve fine-tuned the look to match my vision, but I want the flexibility to tweak it later and have those changes apply across my entire design.
Since I also want to take full advantage of Auto-Layout, I’ve been trying different ways to make my Glass Tile fully reusable. Right now, my approach is:
- Creating an empty frame, and once I’m ready, manually placing my Glass Tile underneath and resizing it.
- Or, copying the properties of my Glass Tile and pasting them onto new frames.
However, this feels a bit clunky. Ideally, I’d love a way to have a "Glass Frame" component that I can reuse over and over—without extra manual resizing every time.
I also tried nesting an instance of my Glass Tile inside a frame, but it doesn’t resize dynamically. 🤔
Does anyone know a smarter way to achieve this? Would love to hear your thoughts!
Thanks a ton! 😃