---
order: 3
---

# Client-side Plugin

The directory structure of the client-side plugins

```bash
|- /src/
  |- /api/ # Server-side extensions
  |- /components/ # Client-side components
  |- index.ts
|- package.json
```