import * as React from "react"; import { ArrowDownRightIcon, ArrowUpRightIcon } from "@iconicicons/react"; import { Badge, Tabs } from "@lemonsqueezy/wedges"; function IconUS() { return ( ); } function IconUK() { return ( ); } export default function Example() { return (
}> 99 } before={} value="united-states" > United States } color="red" shape="pill" size="sm"> 13 } before={} value="united-kingdom" > United Kingdom {/* Add Tabs.Content for each trigger/tab */} {/* Example 2 */} }> 99 } before={} value="united-states" > United States } color="red" shape="pill" size="sm"> 13 } before={} value="united-kingdom" > United Kingdom {/* Add Tabs.Content for each trigger/tab */} {/* Example 3 */} }> 99 } before={} value="united-states" > United States } color="red" shape="pill" size="sm"> 13 } before={} value="united-kingdom" > United Kingdom {/* Add Tabs.Content for each trigger/tab */} {/* Example 4 */} }> 99 } before={} value="united-states" > United States } color="red" shape="pill" size="sm"> 13 } before={} value="united-kingdom" > United Kingdom {/* Add Tabs.Content for each trigger/tab */}
); }