# Inline URL: /react/components/inline Source: https://github.com/daangn/seed-design/blob/dev/docs/content/react/components/(deprecated)/inline.mdx 인라인 레이아웃을 구성합니다. 디자인 토큰을 JSX에서 사용할 수 있도록 도와줍니다. 더 이상 사용되지 않습니다. [`HStack`](/react/components/layout/h-stack)과 `wrap` prop을 사용하세요. ## Preview ```tsx import { Box, Inline } from "@seed-design/react"; /** * @deprecated Use `HStack` instead. */ export default function InlinePreview() { return ( 1 2 3 ); } ``` ## Usage ```tsx import { Inline } from "@seed-design/react"; ``` ```tsx ``` ## Props