You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3id="css-class-structure"><aclass="header-link" href="#css-class-structure"></a>CSS class structure</h3>
296
296
<p>If there's a need to customize the appearance of the component, here's the internal class-structure:</p>
297
-
<preclass="hljs"><code><spanclass="hljs-comment">// .designed is applied only if `destyled` prop is false</span>
297
+
<preclass="hljs"><code><spanclass="hljs-comment">// .designed is applied only if `destyled` prop is false.</span>
298
298
<spanclass="hljs-selector-class">.vue-simple-suggest</span><spanclass="hljs-selector-class">.designed</span><spanclass="hljs-selector-class">.focus</span><spanclass="hljs-comment">// .focus is applied whenever the component is focused.</span>
<spanclass="hljs-selector-class">.default-input</span><spanclass="hljs-comment">// Replaced with your custom input if default slot is provided.</span>
301
+
<spanclass="hljs-selector-class">.suggestions</span><spanclass="hljs-comment">// Also has transition classes, see below.</span>
302
302
<spanclass="hljs-selector-class">.suggest-item</span></code></pre><p>If you wish to use your existing classes, or frameworks like Bootstrap you can inject your own classes using the <code>'styles'</code> prop:</p>
303
303
<preclass="hljs"><code><spanclass="hljs-comment"><!-- Some component.vue --></span>
<p>You can also define custom list transitions by defining css rules for the transition named <code>vue-simple-suggest</code> on the <code>.suggestions</code> div:</p>
0 commit comments