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 Accordion keyframes docs to /styled/accordion #890

Open
maiieul opened this issue Jul 18, 2024 · 0 comments
Open

[📖] Add Accordion keyframes docs to /styled/accordion #890

maiieul opened this issue Jul 18, 2024 · 0 comments
Assignees
Labels
COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it PKG: docs Improvements or additions to documentation STATUS-2: waiting for community PR

Comments

@maiieul
Copy link
Contributor

maiieul commented Jul 18, 2024

Same as in https://qwikui.com/docs/styled/install/

     keyframes: {
        'collapsible-down': {
          from: { height: '0' },
          to: { height: 'var(--qwikui-collapsible-content-height)' },
        },
        'collapsible-up': {
          from: { height: 'var(--qwikui-collapsible-content-height)' },
          to: { height: '0' },
        },
      },
@maiieul maiieul self-assigned this Jul 18, 2024
@maiieul maiieul converted this from a draft issue Jul 18, 2024
@maiieul maiieul added PKG: docs Improvements or additions to documentation COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it STATUS-2: waiting for community PR labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMMUNITY: good first issue Good for newcomers COMMUNITY: PR is welcomed We think it's a good feature to have but would love for the community to help with the PR for it PKG: docs Improvements or additions to documentation STATUS-2: waiting for community PR
Projects
Status: Backlog
Development

No branches or pull requests

1 participant