@omiu/bottom-nav

Mobile bottom navigation

Usage no npm install needed!

<script type="module">
  import omiuBottomNav from 'https://cdn.skypack.dev/@omiu/bottom-nav';
</script>

README

BottomNav

Mobile bottom navigation

Import

import '@omiu/bottom-nav'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/bottom-nav"></script>

Usage

<o-bottom-nav></o-bottom-nav>

API

Props

{
  selectedColor: string
  items: any[]
}

默认属性

{
}

Events

  • item-click
  • change