# Box

The `cientos` package provides a `` component that serves as a short-cut for a `BoxGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
```typescript
args: [
width: number,
height: number,
depth: number,
widthSegments: number,
heightSegments: number,
depthSegments: number
]
```
Reference: [BoxGeometry](https://threejs.org/docs/?q=box#api/en/geometries/BoxGeometry)
## Usage
```html
// Box with a custom material transformations
```