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

Toggle component #17

Open
Frodigo opened this issue Oct 21, 2021 · 0 comments
Open

Toggle component #17

Frodigo opened this issue Oct 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Frodigo
Copy link
Owner

Frodigo commented Oct 21, 2021

Problem

There is no toggle component implemented yet.

Solution

Add Toggle component as a Molecue

User story

  1. As a product owner, I want to
    1. see the Toggle component in Storybook implemented as Molecules
    2. have the possibility to add props to the Toggle component
      1. heading {string} toggle heading
      2. children {HTML} HTML that represents toggle content
      3. isOpened {bool} is toggle content visible or not
  2. As a user:
    1. I can see the Toggle component
    2. I can see toggle content by clicking on the toggle heading

Design/Screenshots

Screen Shot 2021-10-21 at 07 51 24

@Frodigo Frodigo added the enhancement New feature or request label Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant