-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
More borderSkipped options FEATURE #4681
Comments
yes.. I am also in need of such "none" attribute to show border for all sides. Also, it would be good if we have border-radius attribute set for the bars |
Ah, this is exactly something what I'm looking for! Need bars where border is drawn all around and also need border-radius 👍 |
For people searching in google, you can achieve multiple borderSkipped effects by configuring the borderWidth: |
Thanks man for the tip! It works! |
Currently (as far as I know) borderSkipped can only be set to one side and cannot be set to "none" to allow all borders to show. It would be really helpful if instead of the 4 options: "top" , "bottom", "left", "right" an additional "none" option could be added to allow all borders to show as well as combinations of options - such as "top, bottom" or "left, right, top".
The text was updated successfully, but these errors were encountered: