@rogieking/figui3 1.9.5 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.css +0 -1
- package/example.html +21 -0
- package/package.json +1 -1
package/components.css
CHANGED
package/example.html
CHANGED
|
@@ -25,6 +25,27 @@
|
|
|
25
25
|
|
|
26
26
|
<h2><label>Effects/</label>UI3 Components</h2>
|
|
27
27
|
<fig-spinner></fig-spinner>
|
|
28
|
+
|
|
29
|
+
<fig-button icon="true"
|
|
30
|
+
variant="ghost"
|
|
31
|
+
type="select"
|
|
32
|
+
style="position: absolute; right: 0;">
|
|
33
|
+
<svg width="24"
|
|
34
|
+
height="24"
|
|
35
|
+
viewBox="0 0 24 24"
|
|
36
|
+
fill="none"
|
|
37
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path fill-rule="evenodd"
|
|
39
|
+
clip-rule="evenodd"
|
|
40
|
+
d="M9.64645 11.1464C9.84171 10.9512 10.1583 10.9512 10.3536 11.1464L12 12.7929L13.6464 11.1464C13.8417 10.9512 14.1583 10.9512 14.3536 11.1464C14.5488 11.3417 14.5488 11.6583 14.3536 11.8536L12.3536 13.8536C12.1583 14.0488 11.8417 14.0488 11.6464 13.8536L9.64645 11.8536C9.45118 11.6583 9.45118 11.3417 9.64645 11.1464Z"
|
|
41
|
+
fill="currentColor"
|
|
42
|
+
fill-opacity="0.9" />
|
|
43
|
+
</svg>
|
|
44
|
+
<fig-dropdown variant="neue">
|
|
45
|
+
<option>One if by sea</option>
|
|
46
|
+
<option>Two if by land</option>
|
|
47
|
+
</fig-dropdown>
|
|
48
|
+
</fig-button>
|
|
28
49
|
</fig-header>
|
|
29
50
|
|
|
30
51
|
<br /><br /><br /><br /><br /><br /><br /><br />
|