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

feat(component): theme support to tooltip #198

Merged
merged 2 commits into from
Jun 5, 2022

Conversation

rluders
Copy link
Collaborator

@rluders rluders commented Jun 5, 2022

Breaking changes

Tooltip can be customized using

Warning
This PR introduces an visual issue to Dropdown component that will be fixed in a separated task.

  tooltip: {
    target: string;
    base: string;
    animation: string;
    hidden: string;
    style: {
      dark: string;
      light: string;
      auto: string;
    };
    content: string;
    arrow: {
      base: string;
      style: {
        dark: string;
        light: string;
        auto: string;
      };
      placement: string;
    };
  };

closes #147

@rluders rluders requested a review from tulup-conner June 5, 2022 15:15
@rluders rluders requested a review from tulup-conner June 5, 2022 18:40
@rluders rluders merged commit 957ea45 into themesberg:main Jun 5, 2022
@rluders rluders deleted the theme-tooltip-component branch June 5, 2022 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Theme: Tooltip component
2 participants