0.0.2 • Published 4 years ago

@omiu/bottom-nav v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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