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

[Feature] Adding color options for Input and Menu, along with their examples #9

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

vrnimje
Copy link
Owner

@vrnimje vrnimje commented Sep 9, 2023

The syntax for Input is:

GreenLight Input {
    "First Name....",
    None,
    f
}

And syntax for Menu is:

Blue Menu{
    [ "Physics", "Maths", "Chemistry", "Biology",],
    HorizontalAnimated,
    x
}

References: #2
Output: #2 (comment)

@vrnimje vrnimje added the enhancement New feature or request label Sep 9, 2023
@vrnimje vrnimje merged commit 6fc9e21 into master Sep 9, 2023
10 checks passed
@vrnimje vrnimje deleted the input_menu_color branch September 9, 2023 12:14
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

Successfully merging this pull request may close these issues.

1 participant