For the proper use of this package, you must have the basic components package from AstrolUI installed and configured beforehand.
Install the Astrol.Component.RichText package from the AstrolUI NuGet or reference the project in your solution.
Add the NuGet AstrolUi repository in the NuGet Package Manager settings of your Visual Studio.
Source: https://nuget.astrolui.com/v3/index.json (Refer to documentation on how to configure package sources in Visual Studio)
<!-- Rich Text Styles -->
<link href="_content/Astrol.Component.Basic/css/astrol-rich-text.min.css" rel="stylesheet" />
<!-- Rich Text Script-->
<script src="_content/Astrol.Component.Basic/js/astrol-rich-text.min.js"></script>