function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AmitJainAmitJain 

Both Standard and Custom Lightning Components are not visible in Lightning App Builder

I am working on Lightning Builder but when trying to create there are no standard or custom components are visible to select from, does anyone knows whats the reason for this?
I have enable the domain and deployed to users, which is required for working on lightning. Also, I created a new dev org and there also the same thing is happeing.

 
Jai ChaturvediJai Chaturvedi
have you given below attributes to your components?

<aura:component implements="flexipage:availableForAllPageTypes" access="global">
AmitJainAmitJain
Seems it was an issue with Chrome, I opened the same in Internet Explorer and both the Standard and Custom Lightning Components were visible.