IconButton
Package: @tesserix/native
Import
import { IconButton } from '@tesserix/native'Related types
IconButtonProps
Source
- Component:
packages/native/src/components/IconButton/IconButton.tsx - Story:
packages/native/src/components/IconButton/IconButton.stories.tsx - Test:
packages/native/src/components/IconButton/IconButton.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { IconButton } from '@tesserix/native'
export function DemoIconButton() {
return <IconButton />
}