Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltip to horizontal-bar-tabs & :validate? #199

Merged
merged 1 commit into from
Dec 10, 2020

Commits on May 26, 2019

  1. Add tooltip to horizontal-bar-tabs & :validate?

    The new attributes:
    
    * `:tooltip-fn`          [horizontal-bar-tabs only] given an element of :tabs, returns its tooltip
    * `:tooltip-position`    [horizontal-bar-tabs only] relative to this anchor. One of :above-left, :above-center, :above-right, :below-left, :below-center, :below-right, :left-above, :left-center, :left-below, :right-above, :right-center, :right-below
    * `:validate?`           [horizontal-bar-tabs & vertical-bar-tabs only] validate :model against :tabs (true by default as this is the current behaviour)
    
    The [Tooltips demo](https://pawelstroinski.github.io/re-com/#/tabs) has been added as well.
    PawelStroinski committed May 26, 2019
    Configuration menu
    Copy the full SHA
    84a148e View commit details
    Browse the repository at this point in the history