Destination Management - Copy this React, Tailwind Component to your project
Create UI to manage Destinations (list destinations, create, update, delete) with flowbite react, the main color is yellow. Here is the data: [ { "id": "3cda70ac acc4 41ea a775 00c087fdf3dc", "name": "China", "type": "Country", "imageUrl": null, "slug": "china", "parentId": null, "subDestinations": [ { "id": "e4fcf035 a8f8 4080 957a 687011731865", "name": "Beijing", "type": "City", "imageUrl": null, "slug": "beijing", "parentId": "3cda70ac acc4 41ea a775 00c087fdf3dc", "subDestinations": [] } ] }, { "id": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "name": "Viet Nam", "type": "Country", "imageUrl": null, "slug": "viet nam", "parentId": null, "subDestinations": [ { "id": "b727b065 f036 47ab 867e 15c5ee4845f5", "name": "Đà Nẵng", "type": "City", "imageUrl": null, "slug": "da nang", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "86f45a39 22b9 4ccf 8815 15ddd05afae3", "name": "Đà Lạt", "type": "City", "imageUrl": null, "slug": "da lat", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "880bf6a2 1dba 4a72 b493 216fac38eed8", "name": "Nha Trang", "type": "City", "imageUrl": null, "slug": "nha trang", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "8838408c d17a 49d4 b129 65182c8da63e", "name": "Hội An", "type": "City", "imageUrl": null, "slug": "hoi an", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "137fd6e0 9dd9 4fbf bf3d 8d8dc64dae46", "name": "Hồ Chí Minh", "type": "City", "imageUrl": null, "slug": "ho chi minh", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "f7c578f0 ab97 4ee3 9ae3 961414bbd1d7", "name": "Huế", "type": "City", "imageUrl": null, "slug": "hue", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "42f18c44 484e 4473 86be c55ddb7772f0", "name": "Phú Quốc", "type": "City", "imageUrl": null, "slug": "phu quoc", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] }, { "id": "a898703b 3cb6 43a3 a3ad fe68bb47adff", "name": "Hà Nội", "type": "City", "imageUrl": null, "slug": "ha noi", "parentId": "d64e62a1 23f2 414d 9bdf 30e4d40b3528", "subDestinations": [] } ] } ]
