Umbraco UI Builder
CMSCloudHeartcoreDXP
15.latest
15.latest
  • Umbraco UI Builder Documentation
  • Known Issues
  • Release Notes
  • Getting Started
    • First Steps with UI Builder
    • Requirements
    • Installing Umbraco UI Builder
    • Licensing
    • Configuration
    • User Interface
  • Upgrading
    • Upgrade your UI Builder setup
    • Upgrading Umbraco UI Builder
    • Version Specific Upgrade Notes
    • Migrate from Konstrukt to Umbraco UI Builder
  • How-to Guides
    • Creating your First Integration
  • Areas
    • Explore Areas in UI Builder
    • Sections
      • Summary Dashboards
    • Trees
      • Folders
    • Dashboards
    • Context Apps
  • Collections
    • Work with Collections in UI Builder
    • The Basics
    • List Views
      • Field Views
    • Editors
    • Child Collections
      • Child Collection Groups
      • Retrieve Child Collections
    • Related Collections
    • Entity Identifier Converters
  • Searching
    • Add Search to Your Collections
    • Searchable Properties
  • Filtering
    • Filter Your Data with Ease
    • Global Filters
    • Data Views
      • Data Views Builders
    • Filterable Properties
  • Actions
    • Trigger Actions in UI Builder
    • The Basics
    • Action Visibility
    • Inbuilt Actions
  • Cards
    • Display Insights with Cards
    • Count Cards
    • Custom Cards
  • Property Editors
    • Enhance Input with Property Editors
    • Entity Picker
  • Advanced
    • Ready to go deeper?
    • 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 3 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