Code Monkey home page Code Monkey logo

faz's Issues

Change any faz component id property to fazid

Every time we use id in a faz component can will set the console dirty with a warning mentioning that the property could get confuse with the native html id property.

Let's stop to use id and use fazid to identify faz components. For old components supporting id right now let's keep supporting id but we're moving from the this property and using fazid instead.

Create a main navbar to the show case

Using data from a json source let's create a main navbar in the show case pages so we only build the navbar once.

This main component may control the selected navbar item.

Hold navbar children in a generic list

Instead of holding a fixed navbar brand and nav lets hold them in a list called items and resolve them in the order they are placed in this list.

A brand can or cannot be a children of a navbar, and we need to add inline forms and the toggler.

Add categories to the filterbox

Let's add the possibility to display categories to the filterbox.

If category is provided we'll show the list with headers showing the category before the list.

If a list has elements with and without categories, the elements without category will be displayed first.

Automatize yarn cleaning and installing

Let's create scripts to clean the previously installed yarn and installation.

The yarn v2 and dependencies will be installed at the end of the execution.

Create navbar colapse

The navbar collapse will hold brand and navs. Before nav was hold brand but that was confusing.

Creating this new level is more intuitive as togglers will trigger collapses actions and internal navs can evolve correctly.

Extend FazNavBar from FazStacheItem instead of StacheElement

Let's make all children a FazStacheItem. Every single component from the FazNavBar will have it's own tag and they will have the responsibility to resolve themselves.

This will clean the code and save some time while we're trying to handle the DOM into loops initialized by the parents.

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.