CVDG
Chris Van der Geld

Token Exchange Modal - Copy this Html, Tailwind Component to your project

I have a laravel wallet where I can exchange tokens for stickers. Please make a modal where I can select various stickers and it will show me how much tokens it will cost me. I also need to be able to select the amount of stickers I want to buy. public array $stickers = [ 'flower' => [ 'id' => 1, 'name' => 'Flower', 'cost' => 15, ], 'heart' => [ 'id' => 2, 'name' => 'Heart', 'cost' => 25, ], 'star' => [ 'id' => 3, 'name' => 'Star', 'cost' => 35, ], 'diamond' => [ 'id' => 4, 'name' => 'Diamond', 'cost' => 50, ], ];

Prompt
Component Preview

About

Token Exchange Modal - Easily select stickers like Flower, Heart, Star, and Diamond. View token costs and choose quantities. Built with. Copy now for free!

Share

Last updated 1 month ago