Open Closed

Search in the Settings for Lepton #9196


User avatar
0
yilmaz.atalar created

We saw that the search feature on the settings came to LeptonX but not to Lepton. We use Lepton and we need this feature. Could you please evaluate it?


3 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi,

    Can you provide more information? Which search feature do you mention?

  • User Avatar
    0
    yilmaz.atalar created

    Hi, I couldn't find the proper component but like that:

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    You can check LeptonX demo to find a proper component. All the components from this website is done in LeptonX, you can directly get the HTML code and make it work in your application:

    x.leptontheme.com


    By the way, the component from the screenshot is AbpPageSearchBoxViewComponent from ABP Framework: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Pages/Shared/Components/AbpPageSearchBox/Default.cshtml

    You can easily render it in your page like below:

    @await Component.InvokeAsync(typeof(AbpPageSearchBoxViewComponent))
    

    Make sure the following using statement is added:

    @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Pages.Shared.Components.AbpPageSearchBox
    
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 15, 2025, 10:28