Rubens Mariuzzo

Results 25 issues of Rubens Mariuzzo

Follow [Spectre.css loading component](https://picturepan2.github.io/spectre/utilities.html#loading).

feature
help wanted

Follow [Spectre.css divider component](https://picturepan2.github.io/spectre/utilities.html#divider).

feature
help wanted

Follow [Spectre.css tooltip component](https://picturepan2.github.io/spectre/components.html#tooltips).

feature
help wanted

Follow [Spectre.css nav component](https://picturepan2.github.io/spectre/components.html#navs).

feature
help wanted

Follow [Spectre.css menus component](https://picturepan2.github.io/spectre/components.html#menus).

feature
help wanted

Follow [Spectre.css empty states component](https://picturepan2.github.io/spectre/components.html#empty).

feature
help wanted

Follow [Spectre.css chips component](https://picturepan2.github.io/spectre/components.html#chips).

feature
help wanted

- Fixed comments styles from `#` to `//`. - Other minor changes for consistency.

If I have the following markup: ``` Hello ``` It will not render correclty since the `ó` is not correctly escaped. But it will work fine if I replace `ó`...

Currently to use the DOM Navigator we do: ``` js new DomNavigator( document.querySelector('#grid') ); ``` Could we alos provide optionally a selector allowing both: ``` js new DomNavigator( document.querySelector('#grid') );...

enhancement
help wanted
hacktoberfest