Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 912 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 912 Bytes

Maven Central

kotlin-ring-ui

Ring UI is a collection of UI components which aims to provide all of the necessary building blocks for web-based products built inside JetBrains, as well as third-party plugins developed for JetBrains' products.

Usage

Additional webpack configuration is required to work with Ring UI. Please add the following to your webpack configuration file:

const ringConfig = require('@jetbrains/ring-ui/webpack.config').config;

config.module.rules.push(...ringConfig.module.rules)

Known issues

Incompatible with the default CSS support configuration.