Questions tagged [nebular]

A toolkit which provides a set of native Angular (Not AngularJS 1.x) components, themeable components, authentication and security layers.

Nebular is a set of essential modules for application.

The purpose of the modules is to solve generic tasks faster and more efficient so that you can focus on business logic and leave routine behind.

What is Nebular and where to start with it ?

353 questions
1
vote
0 answers

NbChatComponent component load messages on scroll

I am using nebular chat component in angular
1
vote
0 answers

Why nebular behaves different across various browsers?

I am using a nebular theme for my angular application. It works fine for laptops as expected. But when comes to mobile devices, The padding behaves differently for different browsers. For Example, I am using a REDMI 9 power mobile to view my…
vijay s
  • 147
  • 1
  • 4
  • 15
1
vote
0 answers

how to change the background color of a sidebar-menu item in Nebular

I have this side bar menu using nebular : sidebarMenuItems: [ { icon: "home-outline", title: "Home", link: "/app/home", }, { icon: "attach-2-outline", title: "Documents", …
Ran
  • 27
  • 2
1
vote
0 answers

Nebular Tree Grid table body scrollable

Is it possible to make just the table body without the table header of a table (tree Grid) in nebular theme vertically scrollable? The basic tree grid looks like this:
CrazyEight
  • 147
  • 1
  • 18
1
vote
0 answers

Nebular Chat UI component

I have issue with chat UI component style it show as follow here is my code
Ali Mardini
  • 185
  • 1
  • 16
1
vote
0 answers

how to set up ngx admin to prevent pages without login

I would like to try Ngx Admin. I customized the login form successfully and I also wanted to set up to prevent access pages without login. The last one cannot work at all. I followed this…
Zaosz
  • 137
  • 1
  • 2
  • 11
1
vote
0 answers

How to customize Media Breakpoints in Nebular

I would like to increase the small breakpoint size from 400px to 470px. However, I have found no way to include this in my custom Nebular theme. Is this possible? And if yes, how do I achieve this? Thanks!
JePo
  • 11
  • 3
1
vote
1 answer

angular 2 : multiple use of one component in parent component

I have CarsComponent that I multi time use ChartComponent in it's template as I mentioned in code snippet: cars.component.html:
amir wp
  • 21
  • 3
1
vote
0 answers

How to change angular UI theme to ngx-admin in ABP.io framework

I want to change default ABP.io framework theme to ngx-admin. I read ABP docs (https://docs.abp.io/en/abp/latest/UI/Angular/Theming) but couldn't figure out how to completely change the UI theme. I must say that I'm learning ABP.io framework for…
Dias170497
  • 11
  • 2
1
vote
0 answers

i18n and date picker

The default calendar in Nebular's date picker is Gregorian. But JavaScripts supports much more calendars. Mozilla JS Docs shows following list: buddhist, chinese, coptic, ethiopia, ethiopic, gregory, hebrew, indian, islamic, iso8601, japanese,…
jyejvcdck
  • 11
  • 1
1
vote
1 answer

How can i custom design nb-stepper header, or make its direction RTL?

i'm using nb-stepper component from nebular UI in ngx-admin i want to reverse the stepper direction to RTL instead of LTR using dev tools in chrome i could access the stepper header and change the direction using { flex-flow: row-reverse; } but i…
Hamoghamdi
  • 43
  • 1
  • 7
1
vote
1 answer

How to style the context menu items' text color in the Angular Nebular

I'm new to scss and Nebular. How do I style the text color of the nb-action context-menu items? Right now they are standard "hyperlink-blue". I have tried adding this to the templates .scss: $nb-themes: nb-register-theme(( …
h0nka
  • 11
  • 2
1
vote
1 answer

How to set an animation to Nebular Stepper with Angular as Material does it

When you change from one step to another in Angular Material you have a slide effect, is this possible with Nebular Stepper? I mean a directive or something simple. Angular material Example Javascript vanilla from scratch
user8410236
1
vote
1 answer

Nebular menu click refreshing page component Issue

I am using nebular menu in my application, Where I am facing an issue like when I click on menu item its automatically scroll up to top of page and closing/expanding once again which means page.component.ts are hitting again when trying to redirect…
Kavya Shree
  • 1,014
  • 2
  • 17
  • 52
1
vote
1 answer

How to change styles in Nebular inside a nb-user tag?

I'm trying to change the font-weight and border-radius of a nb-user tag with no success. I'd tried to add a class and change it from the .scss and nothing happened This is the HTML
SirrMaxi
  • 543
  • 2
  • 6
  • 14