gstn-caruso / codnasq

Conformational diversity of Native State database Quaternary
https://codnasq.herokuapp.com/
GNU General Public License v3.0
0 stars 1 forks source link

Tooltips y Ayudas nuevas #119

Open Nahuele opened 4 years ago

Nahuele commented 4 years ago

Los tooltips están en el doc: tooltips

Creo que el package para tooltips es este pero no lo sé instalar, así que no lo pude incluir.

Estos tooltips estarían vinculaldos a un icono de ayuda (question mark):

image

Codigo HTML del ejemplo:

<div class="navbar-item level-item has-text-centered has-margin-t-7" style="margin-top: 3rem"> <h2 class=" has-text-weight-medium has-text-centered " style="margin-right: 0.5rem"> Search by type of movement</h2>

<div class="has-tooltip-info" data-tooltip="Tooltip Text"> <%= fa_icon 'question-circle'%>

</div></div>