HeroBanner divider
prop not working
#491
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
hero-banner
Affects Hero Banner Component
Milestone
Describe the bug
The
divider
property on the<blui-hero-banner>
is not working as intended; whendivider
is set totrue
, a divider is not displayed below the hereos.What is the expected behavior?
divider
prop on the HeroBanner should work similar to React's implementation.What are the steps to reproduce?
Run the showcase application locally & on the dashboard page, update the
<blui-hero-banner>
to use a divider.Environment
Chrome Windows
Anything else to add?
I would not prioritize this issue anytime soon; if anything I would rather deprecate the
<blui-hero-banner>
component since it's effectively the same as placing an arbitrary number of<blui-hero>
elements in a flex container.The text was updated successfully, but these errors were encountered: