import * as React from "react"; import { BookIcon, FileIcon, FolderIcon, TrashIcon } from "@iconicicons/react"; import { Avatar, Tag } from "@lemonsqueezy/wedges"; export default function Example() { return (
Pineapple Lemons Watermelon
} color="green"> Online } color="red"> Offline }>Suspended
} closable shape="pill" stroke > @ormanclark } color="orange" shape="pill" stroke > Lemon Squeezy
} color="blue" closable> Folders } color="blue"> Files } color="blue" closable> Guides
New Pending Active Closed
Free parking Pool Free WiFi Gym
} closable> United Kingdom } closable> United States
} color="orange" shape="pill" size="sm" stroke > ux } color="orange" shape="pill" size="sm" stroke > ui } color="orange" shape="pill" size="sm" stroke > motion } color="orange" shape="pill" size="sm" stroke > graphics
); } /* ---------------------------------- Icons --------------------------------- */ const USFlagIcon = React.forwardRef>( (props, ref) => { return ( ); } ); const UKFlagIcon = React.forwardRef>( (props, ref) => { return ( ); } ); const DotIcon = React.forwardRef>( (props, ref) => ( ) );