All Projects → greenyouse → bottom-nav

greenyouse / bottom-nav

Licence: MIT license
Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to bottom-nav

Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+532%)
Mutual labels:  web-component
vaadin-board
Web Component for creating flexible responsive layouts and building nice looking dashboards.
Stars: ✭ 17 (-32%)
Mutual labels:  web-component
path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (+44%)
Mutual labels:  navigation
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+16%)
Mutual labels:  web-component
web-pivot-table
A feature-rich JS pivot grid library for creating interactive reports. Integrates with any front-end technology
Stars: ✭ 35 (+40%)
Mutual labels:  web-component
Router
Router is a library that assists with SwiftUI view transitions.
Stars: ✭ 68 (+172%)
Mutual labels:  navigation
Ion Phaser
A web component to use Phaser Framework with Angular, React, Vue, etc 🎮
Stars: ✭ 152 (+508%)
Mutual labels:  web-component
hipsbarjs
Hipsbarjs is a javascript plugin for easily creating drawers in web apps
Stars: ✭ 17 (-32%)
Mutual labels:  navigation
vsm-box
Web-component for creating & showing VSM-sentences — Visual Syntax Method
Stars: ✭ 25 (+0%)
Mutual labels:  web-component
vscode-tree-view
VSCode extension that probvides mail symbol overview of the currently opened file
Stars: ✭ 26 (+4%)
Mutual labels:  navigation
resizable-panels
Web Component that allows to resize its childrens vertically or horizontally
Stars: ✭ 18 (-28%)
Mutual labels:  web-component
Vidyano
Vidyano Web²
Stars: ✭ 29 (+16%)
Mutual labels:  web-component
navigator
Annotation processor that eliminates navigation and Bundle boilerplate
Stars: ✭ 13 (-48%)
Mutual labels:  navigation
React Web Component
Create Web Components with React
Stars: ✭ 221 (+784%)
Mutual labels:  web-component
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-40%)
Mutual labels:  web-component
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (+532%)
Mutual labels:  web-component
kn
Alternative to cd. Navigate by typing abbreviations of paths.
Stars: ✭ 68 (+172%)
Mutual labels:  navigation
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+124%)
Mutual labels:  navigation
UnityScreenNavigator
Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.
Stars: ✭ 488 (+1852%)
Mutual labels:  navigation
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (+296%)
Mutual labels:  navigation

<bottom-nav> Published on webcomponents.org

Bottom navigation for mobile that follows the Material Design specification.

   <bottom-nav shadow>
     <bottom-toolbar selected="0">
       <bottom-tab  selected-class="grey" label="Movies & TV" icon="notification:ondemand-video"></bottom-tab>
       <bottom-tab  selected-class="green"label="Music" icon="image:music-note"></bottom-tab>
       <bottom-tab  selected-class="brown"label="Books" icon="icons:book"></bottom-tab>
       <bottom-tab  selected-class="darkbrown" label="Newstand" icon="av:web"></bottom-tab>
     </bottom-toolbar>
   </bottom-nav>
   <sample-content size="10"></sample-content>

Installation

$ bower install greenyouse/bottom-nav --save

Import

<link rel="import" href="/bower_components/bottom-nav/bottom-nav.html">
<link rel="import" href="/bower_components/bottom-nav/bottom-toolbar.html">
<link rel="import" href="/bower_components/bottom-nav/bottom-tab.html">

Credits

This is a fork of paper-tabs and app-layout.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].