# Components (/components)





Each component ships from its own subpath, so an import pulls in only the code a page needs.

```tsx
import { Button } from '@luke-ui/react/button';
```

<ComponentsIndex />
