Browser support
Learn about the browsers and devices supported by Kutsu.
Supported Browsers
Kutsu supports all modern browsers with ES6+ support. It works across major desktop and mobile browsers.
| Browser | Version |
|---|---|
| Chrome | Latest |
| Firefox | Latest |
| Safari | Latest |
| Edge | Latest |
ES6+ Requirements
Kutsu is written in modern JavaScript and targets ES6+. Features used include:
- Arrow functions
- Template literals
letandconst- Classes
- Spread operator
Promise
If you need to support older browsers, you may need to transpile Kutsu or include appropriate polyfills.
No jQuery Required
Kutsu is a pure JavaScript library with no dependencies for core functionality. The Dropdown component uses Popper.js for dynamic positioning, which is included in the bundle version.