Umbraco UI Builder
CMSCloudHeartcoreDXP
16.latest
16.latest
  • Umbraco UI Builder Documentation
  • Known Issues
  • Release Notes
  • Getting Started
    • Requirements
    • Installing Umbraco UI Builder
    • Licensing
    • Configuration
    • User Interface
  • Upgrading
    • Upgrading Umbraco UI Builder
    • Version Specific Upgrade Notes
    • Migrate from Konstrukt to Umbraco UI Builder
  • How-to Guides
    • Creating your First Integration
  • Areas
    • Overview
    • Sections
      • Summary Dashboards
    • Trees
      • Folders
    • Dashboards
    • Context Apps
  • Collections
    • Overview
    • The Basics
    • List Views
      • Field Views
    • Editors
    • Child Collections
      • Child Collection Groups
      • Retrieve Child Collections
    • Related Collections
    • Entity Identifier Converters
  • Searching
    • Overview
    • Searchable Properties
  • Filtering
    • Overview
    • Global Filters
    • Data Views
      • Data Views Builders
    • Filterable Properties
  • Actions
    • Overview
    • The Basics
    • Action Visibility
    • Inbuilt Actions
  • Cards
    • Overview
    • Count Cards
    • Custom Cards
  • Property Editors
    • Overview
    • Entity Picker
  • Advanced
    • Virtual Sub Trees
    • Encrypted Properties
    • Value Mappers
    • Repositories
    • Events
  • Miscellaneous
    • Conventions
    • Umbraco Aliases
Powered by GitBook
On this page
  • Install via Command Line
  • Install via Visual Studio
  • Installing a License

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Installing Umbraco UI Builder

Follow the steps to install Umbraco UI Builder into your Umbraco CMS website.

PreviousRequirementsNextLicensing

Last updated 2 months ago

Was this helpful?

In this article, you will learn how to install Umbraco UI Builder into your Umbraco CMS implementation.

Install via Command Line

Run the following command in your web project:

dotnet add package Umbraco.UIBuilder

For a class library without UI elements, install:

dotnet add package Umbraco.UIBuilder.Startup

Install via Visual Studio

To install via Visual Studio, follow these steps:

  1. Open Visual Studio and load your project.

  2. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...

  3. Select the Browse tab and search for Umbraco.UIBuilder.

  1. Select a version from the Version drop-down based on the Umbraco CMS version you are using.

  2. Click Install.

  3. [Optional] Search for and install Umbraco.UIBuilder.Startup if installing without UI elements.

  4. Ensure that the package reference is added to the .csproj file once the installation is complete:

<ItemGroup>
<PackageReference Include="Umbraco.UIBuilder" Version="15.0.2" />
</ItemGroup>

Installing a License

For details on how to install a license, see the article.

Licensing
Installing Umbraco UI Builder via Visual Studio