# Function: Gate()

```typescript
export function Gate({
  name,
  flow,
  check,
  sync,
  fallback,
  loading,
  onAccess,
  children,
}: GateProps)
```

Defined in: [components/Gate.tsx:59](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/components/Gate.tsx#L59)

## Parameters

### \_\_namedParameters

[`GateProps`](https://plandalf.com/docs/packages/react/interfaces/GateProps)

## Returns

`Element`

Source: https://plandalf.com/docs/packages/react/functions/Gate
