@acodez/navbar

navbar component

Usage no npm install needed!

<script type="module">
  import acodezNavbar from 'https://cdn.skypack.dev/@acodez/navbar';
</script>

README

@acodez/navbar

npm_version license

React navbar.



Installation

npm install @acodez/navbar

Props API

Property Type Required Description
theme string no navbar theme, dark or light
size string no size (height) of navabr. choose from normal, small
direction string no content alignment, horizontal or vertical

Usage

import Navbar from "@acodez/navbar";
<Navbar theme="dark" direction="horizontal" size="small">
    content here
</Navbar>