Generate a random country from around the world.
Nothing to see yet!
({ take: [ { type: "button", action: "make", label: "Generate" }, { type: "import", value: "https://cdn.jsdelivr.net/npm/chance@1.1.8/dist/chance.min.js", }, ], make: () => ({ type: "card", title: chance.country({ full: true }), }), })