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

Provide wb_add_style() #287

Closed
JanMarvin opened this issue Jul 29, 2022 · 0 comments
Closed

Provide wb_add_style() #287

JanMarvin opened this issue Jul 29, 2022 · 0 comments
Labels
enhancement 😀 New feature or request styles 🎨

Comments

@JanMarvin
Copy link
Owner

Looking at #286:

Currently we operate on styles_mgr like this:

wb$styles_mgr$add(yel_style, "yel_style")

We could provide something like this:

wb$styles_add(yel_style)

This could check if a specific style name is requested and create a default one otherwise, using the input object name.

@JanMarvin JanMarvin added enhancement 😀 New feature or request styles 🎨 labels Jul 29, 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 styles 🎨
Projects
None yet
Development

No branches or pull requests

1 participant