
Tabler 圖標
We use Tabler icons for React throughout the app.- Installation
- Props
- Props
自訂圖標
除了 Tabler 圖標,該應用程式還使用了一些自訂圖標。圖標通訊錄
顯示一個通訊錄圖標。- Usage
- Props

yarn add @tabler/icons-react
import { IconAddressBook } from 'twenty-ui/display';
export const MyComponent = () => {
return <IconAddressBook size={24} stroke={2} />;
};
此页面对您有帮助吗?