55 components/buttons: Buttons
66 components/popovers/test.html: Testing - Popovers
77 elements/hx-popover: < hx-popover >
8- api/module-HelixUI_Utils_Position_Offset.html: API - Positioning
98---
109{% extends 'component.njk' %}
1110{% block content %}
@@ -25,17 +24,13 @@ <h2 id="basic-popover">Basic Popover</h2>
2524 </ form >
2625 </ header >
2726
28- < div
29- v-for ="_position in positions "
30- v-if ="_position.value === position.value "
31- >
27+ < div >
3228 < hx-disclosure aria-controls ="demoPopover " class ="hxBtn ">
3329 Toggle
3430 </ hx-disclosure >
3531
3632 < hx-popover
3733 id ="demoPopover "
38- :key ="position.label "
3934 :position ="position.value "
4035 >
4136 < header >
@@ -78,4 +73,110 @@ <h2 id="basic-popover">Basic Popover</h2>
7873 </ footer >
7974 </ div >
8075 </ section >
76+
77+ < section >
78+ < h2 id ="scrolling-popover "> Scrolling Popover</ h2 >
79+ < div class ="example " id ="vue-scrollingPopoverDemo " v-cloak >
80+ < header >
81+ < form class ="beta-hxForm ">
82+ < p >
83+ < label for ="selPosition "> Position</ label >
84+ < select id ="selPosition " v-model ="position ">
85+ < option v-for ="_position in positions " :value ="_position ">
86+ {% raw %}{{ _position.label }}{% endraw %}
87+ </ option >
88+ </ select >
89+ </ p >
90+ </ form >
91+ </ header >
92+
93+ < div >
94+ < hx-disclosure aria-controls ="scrollingPopoverDemo " class ="hxBtn ">
95+ Toggle
96+ </ hx-disclosure >
97+
98+ < hx-popover
99+ id ="scrollingPopoverDemo "
100+ :position ="position.value "
101+ >
102+ < header >
103+ Popover Header
104+ </ header >
105+
106+ < hx-div scroll ="vertical ">
107+ < p >
108+ Try to decide the major scrum, maybe it will help join the VOC
109+ impediments. A simple blocker always takes less time than a minor
110+ one. As a user, I should be able to burn out the pirate size so
111+ that I can satify the prioritized MVP models within the backlog
112+ branches. If we detail above the methodologies, we can get the
113+ monthly work in progress before the XP branch.
114+ </ p >
115+
116+ < p >
117+ Given viable relationships, always refactoring the steady velocity
118+ until the cross-functional user story will almost test the big
119+ standard. If we close inside the stories, we can get the ranked
120+ documentation around the MVP model. Try to adapt the monthly
121+ stakeholder, maybe it will help satify the XP deadlines. It was
122+ discovered that by rarely reviewing the VOC trends, we can refactor
123+ the acceptance VOC model inside the rapid test. If it takes you too
124+ long to review the certified WIP bug, then you are not opening
125+ enough. Given standup items, successfully preventing the ranked
126+ project management in front of the sustainable release planning
127+ will typically practice the continuous ScrumMaster.
128+ </ p >
129+
130+ < p >
131+ A simple spec always takes less time than a minimum one. We must
132+ typically open the adaptive VOC pace! Given maintainable
133+ requirements, quickly adjusting the multiple stakeholder off the
134+ pair sequence will appropriately plan the single methodology. It was
135+ discovered that by efficiently learning the MVP interactions, we can
136+ spike the alpha WIP cycle time by the pirate project management.
137+ Given predictable charts, elegantly practicing the standup sprint to
138+ the rapid product owner will perfectly work the cross-functional
139+ feedback.
140+ </ p >
141+ </ hx-div >
142+
143+ < footer >
144+ < button class ="hxBtn hxPrimary "> Submit</ button >
145+ < button class ="hxBtn "> Cancel</ button >
146+ </ footer >
147+ </ hx-popover >
148+ </ div >
149+
150+ < footer >
151+ {% code 'html' %}{% raw %}
152+ < hx-disclosure aria-controls ="scrollingPopoverDemo " class ="hxBtn ">
153+ Toggle
154+ </ hx-disclosure >
155+
156+ < hx-popover id ="scrollingPopoverDemo " position ="{{ position.value }} ">
157+ < header >
158+ Popover Header
159+ </ header >
160+
161+ < hx-div scroll ="vertical ">
162+ < p > ...</ p >
163+ < p > ...</ p >
164+ < p > ...</ p >
165+ </ hx-div >
166+
167+ < footer >
168+ < button class ="hxBtn hxPrimary "> Submit</ button >
169+ < button class ="hxBtn "> Cancel</ button >
170+ </ footer >
171+ </ hx-popover > {% endraw %}
172+ {% endcode %}
173+ </ footer >
174+ </ div >
175+ < p class ="hxSubdued hxSubBody ">
176+ < hx-icon type ="info-circle "> </ hx-icon >
177+ Please refer to < a href ="components/box/#scrolling-containers ">
178+ "Scrolling Containers"</ a > documentation for more information about
179+ scrolling popover content.
180+ </ p >
181+ </ section >
81182{% endblock %}
0 commit comments