dicty-components-navbar
这是一个具有的响应式,可访问的navbar React库。
演示版
npm run demo
建造
# builds files in the src directory to the lib directory using babel
npm run build
桌面
移动的
用法
顶级Navbar组件将负责渲染所有子组件。 如果您想加入品牌,请向其传递一个对象,如下所示:
const brand = {
title : "Hello" ,
href : "http://www.google.com" ,
}
设置导航项类似,但提供了更多选项:
const items = [
{
// Format for a dropdown
dropdown : true ,
title : "D
评论0
最新资源