How to create such button?

image

Tried this:

f7-list
  f7-list-item(title="Logout", @click='logout')

Looks good, but there is no css effects.

<f7-list-item>
  <f7-button @click='logout' >Logout</f7-button>
</f7-list-item>

https://framework7.io/vue/button.html

1 Like