Activity Stream
Report-Fix / Update

Add 3 files to Tasks

Monday , 4:24 PM
Project Status

Marked Design as Completed

Monday , 3:00 PM
UI
Reback Application UI v2.0.0 Latest

Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.

Monday , 2:10 PM
avatar-5
Alex Smith Attached Photos
Monday 1:00 PM
avatar-5
Rebecca J. added a new team member

Added a new member to Front Dashboard

Monday 10:00 AM
Achievements

Earned a " Best Product Award"

Monday 9:30 AM
View All
Theme Settings
Color Scheme
Topbar Color
Menu Color
Sidebar Size

Scrollspy

First heading

This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.

Second heading

This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.

Third heading

This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.

Fourth heading

This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.

Fifth heading

This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.

html
                                            
                                                <nav id="navbar-example2" class="navbar bg-light px-3 mb-3">
                                                    <a class="navbar-brand" href="#">Navbar</a>
                                                    <ul class="nav nav-pills">
                                                        <li class="nav-item">
                                                            <a class="nav-link" href="#scrollspyHeading1">First</a>
                                                        </li>
                                                        <li class="nav-item">
                                                            <a class="nav-link" href="#scrollspyHeading2">Second</a>
                                                        </li>
                                                        <li class="nav-item dropdown">
                                                            <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Dropdown</a>
                                                            <ul class="dropdown-menu">
                                                                <li><a class="dropdown-item" href="#scrollspyHeading3">Third</a></li>
                                                                <li><a class="dropdown-item" href="#scrollspyHeading4">Fourth</a></li>
                                                                <li>
                                                                    <hr class="dropdown-divider">
                                                                </li>
                                                                <li><a class="dropdown-item" href="#scrollspyHeading5">Fifth</a></li>
                                                            </ul>
                                                        </li>
                                                    </ul>
                                                </nav>
                                                <div class="scrollspy-example bg-light p-3 rounded-2" data-bs-spy="scroll" data-bs-target="#navbar-example2" data-bs-root-margin="0px 0px -40%" data-bs-smooth-scroll="true" tabindex="0">
                                                    <h4 id="scrollspyHeading1">First heading</h4>
                                                    <p>...</p>
                                                    <h4 id="scrollspyHeading2">Second heading</h4>
                                                    <p>...</p>
                                                    <h4 id="scrollspyHeading3">Third heading</h4>
                                                    <p>...</p>
                                                    <h4 id="scrollspyHeading4">Fourth heading</h4>
                                                    <p>...</p>
                                                    <h4 id="scrollspyHeading5">Fifth heading</h4>
                                                    <p>...</p>
                                                </div>
                                            
                                        
© Reback. Crafted by Techzaa