Skip to content

Update configuration.adoc #4267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/hilla/reference/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include::{root}/articles/hilla/lit/reference/configuration.adoc[tag=content]

== Core & Pro Vaadin React Components

Vaadin React components include free, core components and commercial (i.e., professional) components. They're shipped in separate npm packages: `@vaadin/react-components`, which is only free; and `@vaadin/react-components-pro`, which is only commercial. Vaadin adds both of these packages to [filename]`package.json` if `com.vaadin:vaadin` artifact is in the project's configuration:
Vaadin React components include free core components and Pro (commercial) components. They're shipped in separate npm packages: `@vaadin/react-components`, which contains only free components; and `@vaadin/react-components-pro`, which contains only commercial components. Vaadin adds both of these packages to [filename]`package.json` if the `com.vaadin:vaadin` artifact is used in the Java project configuration. By default, this is done in the Maven [filename]`pom.xml`.

[source,xml]
.pom.xml
Expand All @@ -21,7 +21,7 @@ Vaadin React components include free, core components and commercial (i.e., prof
</dependency>
----

It adds only `@vaadin/react-components` if `com.vaadin:vaadin-core` is used:
If the `com.vaadin:vaadin-core` dependency is used, only the free `@vaadin/react-components` package is added:

[source,xml]
.pom.xml
Expand Down