Skip to content

Commit 5d7489e

Browse files
committed
pre.214
1 parent 60de0d3 commit 5d7489e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.jetbrains.kotlin-wrappers
2-
version.build=pre.213
2+
version.build=pre.214
33

44
kotlin.code.style=official
55
kotlin.js.compiler=both

kotlin-ring-ui/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlin-wrappers/kotlin-ring-ui)](https://mvnrepository.com/artifact/org.jetbrains.kotlin-wrappers/kotlin-ring-ui)
22

33
# kotlin-ring-ui
4-
[Ring UI](https://github.com/JetBrains/ring-ui) is an official open-source JetBrains library for writing web interfaces for JetBrains and not-so-JetBrains products and sites. This library provides thin layer wrapper to use it in Kotlin/JS.
4+
[Ring UI](https://github.com/JetBrains/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.
55

66
# Usage
7-
The webpack requires additional configuration to work with this library.
8-
9-
The following rule must be added to `webpack.config.d`:
7+
Additional webpack configuration is required to work with Ring UI. Please add the following to your webpack configuration file:
108
```js
119
const ringConfig = require('@jetbrains/ring-ui/webpack.config').config;
1210

0 commit comments

Comments
 (0)