diff --git a/src/Item.js b/src/Item.js new file mode 100644 index 0000000..b6199f4 --- /dev/null +++ b/src/Item.js @@ -0,0 +1,231 @@ +import React from "react"; +import { css, cx } from "emotion"; +import { + Box, + Flex, + IconButton, + Image, + Skeleton, + Tooltip, + useTheme, +} from "@chakra-ui/core"; + +/** + * Item show a basic summary of an item, in the context of the current outfit! + * + * It also responds to the focus state of an `input` as its previous sibling. + * This will be an invisible radio/checkbox that controls the actual wear + * state. + * + * In fact, this component can't trigger wear or unwear events! When you click + * it in the app, you're actually clicking a