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