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

Colors #35

Open
mjarvis opened this issue Feb 28, 2022 · 0 comments
Open

Colors #35

mjarvis opened this issue Feb 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mjarvis
Copy link
Owner

mjarvis commented Feb 28, 2022

It could be beneficial to provide some default view for displaying colors.

Perhaps this could be done by providing a static exhibit builder:

extension Exhibit {
    static func colors(name: String, section: String = "", colors: [Color]) -> Exhibit
}

This exhibit could show a list of the Colors.
It would be good to take this further, and allow a string name for the color, and also display hex / RGB values.

@mjarvis mjarvis added the enhancement New feature or request label Feb 28, 2022
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