We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b4419 commit 6ab3e67Copy full SHA for 6ab3e67
src/routes/components/Button.tsx
@@ -148,7 +148,13 @@ export default function ButtonPage() {
148
/>
149
150
<ComponentContent tocCssQuery="goa-tab[open=true] :is(h2[id], h3[id])">
151
+
152
153
<GoATabs>
154
155
156
+ {/*Code Examples-----------------------------------------------------------------------*/}
157
158
<GoATab heading="Examples">
159
{/*Button Sandbox*/}
160
<h2 id="component" style={{display: "none"}}>Component</h2>
@@ -259,7 +265,10 @@ export default function ButtonPage() {
259
265
</GoAButtonGroup>
260
266
</Sandbox>
261
267
</GoATab>
262
-
268
269
270
+ {/*Design guidelines-----------------------------------------------------------------------*/}
271
263
272
<GoATab
264
273
heading={
274
<>Design guidelines</>
0 commit comments