
# Staffbase Widget SDK

This library is a set of TypeScript definitions, which helps you to develop a custom widget for the Staffbase ecosystem. 



## Installation 

Install the Widget SDK with npm:

```bash 
  npm install -D @staffbase/widget-sdk
```

Install the Widget SDK with yarn:

```bash 
  yarn add -D @staffbase/widget-sdk
```
    
## Documentation

The documentation can be found in the [developer portal](https://developers.staffbase.com/frameworks/customwidget-development).

  
## Support

For support, create an issue in this repository.

  
## License

[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)

  
