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