Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Customizing ASP .NET Core


Hi, hope you are doing well.

I downloaded the ASP .NET Core starter kit and followed the quick start procedures, so that I was able to run the default template, using Demo 1.

I noticed that Demo 1 for the ASP .NET Core version comes with just a few basic features, such as the Dashboard and Authentication.

I am trying to add some of the other features present in the HTML version on it, however it has been an extremelly painfull job, once I need to get the HTML page and remove ALL the repeated code - such as the side bar, the menu, etc. For doing that I need to read almost the entire file, which sometimes has thounsands and thousands of lines. That is no only painful, but also prone to errors - for instance, I cannot figure out why a specific table does not show scroll bars such as the HTML version.

Is there any other easier way to do that? I tried looking into the docs and videos, but found nothing.

Regards,

Nelson


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Thank you for reaching out to us.

Unfortunately, we currently don't have an automated way to migrate pages from our main HTML version to ASP.NET Core. When opening a file, you'll typically want to focus on the markup located between <!--begin::Content--> and <!--end::Content-->. Instead of copying the entire file, simply copy the content between these comments.

Additionally, you can access individual plugin usage examples directly in our HTML documentation: https://preview.keenthemes.com/html/metronic/docs/index

If you need any assistance with implementing a specific page, please feel free to reach out.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(