import * as React from 'react'; import { Buttons } from '@/components/buttons'; import { Colors } from '@/components/colors'; import { Inputs } from '@/components/inputs'; import { Typography } from '@/components/typography'; import { FocusAwareStatusBar, SafeAreaView, ScrollView } from '@/components/ui'; import TopNavigation from '@/library/top-navigation'; import FilterChip from '@/library/FilterChip'; import { ImageBackground, View } from 'react-native'; import ToggleChip from '@/library/ToggleChip'; import BlurView from '@/library/BlurView'; export default function Style() { return ( <> {/* */} {/* */} {/* */} {/* */} {/* */} // } // rightIcon={ // // } label="🍔 패스트푸드" count={3} shape="round" variant="neutralLow" // size="medium" /> // } // rightIcon={ // // } label="🍔 패스트푸드" count={4} variant="outline" /> // } // rightIcon={ // // } label="🍔 패스트푸드" count={4} selected /> // } // rightIcon={ // // } label="🍔 패스트푸드" count={4} selected disabled shape="round" variant="neutralLow" /> console.log('토글 클릭')} /> console.log('토글 클릭')} /> console.log('토글 클릭')} leftIcon={ } rightIcon={ } /> console.log('토글 클릭')} leftIcon={ } rightIcon={ } /> ); }