UI Generator

Select theme appearance
Main

With Sidebar

- html
<!-- COMPONENT-START: nc-with-sidebar -->
<div class="nc-with-sidebar">
    <aside class="example-block" data-aside>Aside</aside>
    <main class="example-block" data-grow>Main</main>
</div>
<!-- COMPONENT-END: nc-with-sidebar -->
  • Use it for standard image text sections or sidebar navigations.
data-direction=rtl
Flip the main and aside content.
-centered
Align the content horizontally centered.
-tiny
Sets gap to --spacing-tiny
-nearest
Sets gap to --spacing-nearest
-near
Sets gap to --spacing-near
-base
Sets gap to --spacing-base
-far
Sets gap to --spacing-far
-farthest
Sets gap to --spacing-farthest
-nogap
Sets gap to 0
--with-sidebar-gap
Set the gap between the main and aside content. Defaults to --spacing-far
--with-sidebar-target-width
Control the target size of the aside. Defaults to 20rem
--with-sidebar-min-size
Control the min size of the main. Defaults to 50%