Skip to main content

SPHNavbar Documentation

⚠ This page is STILL under construction!!

HTML

<!-- WIP :) -->

SCSS/CSS

  • Provided below is the code snippet, and the API of the component style.
@use '~@surpathhub/ugnay/SPHNavbar';

@include SPHNavbar.use();

Typescript

import { SPHNavBar } from "@surpathhub/ugnay/SPHNavbar";

const myNavbar: any = new SPHNavBar();
myNavbar.use();