Giter VIP home page Giter VIP logo

brick-menu's People

Contributors

nicola avatar potch avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

dotch nicola

brick-menu's Issues

Need of a brick-menu-item?

At the moment the strategy is to pick all the first children and consider them to be item in the menu.
This means that there is no need of brick-item or brick-menu-item used in the README.md.

This could be useful however if we want to allow them to arbitrarily put some html. However this could be quite ugly.

<brick-menu>
  <brick-menu-item><a href="/">One</a></brick-menu-item>
  <brick-menu-item><a href="/">Two</a></brick-menu-item>
  <brick-menu-item><a href="/">Three</a></brick-menu-item>
</brick-menu>

against

<brick-menu>
  <a href="/">One</a>
  <a href="/">Two</a>
  <a href="/">Three</a>
</brick-menu>

At the moment we have the second implementation. Ideas?

remove 'selected' functionality

brick-menu should not handle the selected state of its items (maybe just as a manually set-able attribute which only reflects styling)
for keeping track of selected items we will use tabbar which will also get a vertical mode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.