Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.twenty.com/llms.txt

Use this file to discover all available pages before exploring further.

헤더
앱 전반에 걸쳐 사용되는 아이콘 목록입니다.

타블러 아이콘

앱 전반에 걸쳐 React에 타블러 아이콘을 사용합니다.

yarn add @tabler/icons-react

커스텀 아이콘

타블러 아이콘 외에도 앱에는 일부 커스텀 아이콘이 사용됩니다.

아이콘 주소록

주소록 아이콘을 표시합니다.
import { IconAddressBook } from 'twenty-ui/display';

export const MyComponent = () => {
  return <IconAddressBook size={24} stroke={2} />;
};