Completed template
This commit is contained in:
@@ -179,7 +179,9 @@ export const AllVariants = {
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-white font-semibold mb-3">Filled Inverse Variant</h3>
|
||||
<h3 className="text-white font-semibold mb-3">
|
||||
Filled Inverse Variant
|
||||
</h3>
|
||||
<div className="space-x-4">
|
||||
<Button buttonType="filled" palette="inverse" size="xsmall">
|
||||
XSmall
|
||||
@@ -221,7 +223,9 @@ export const AllVariants = {
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-white font-semibold mb-3">Outline Inverse Variant</h3>
|
||||
<h3 className="text-white font-semibold mb-3">
|
||||
Outline Inverse Variant
|
||||
</h3>
|
||||
<div className="space-x-4">
|
||||
<Button buttonType="outline" palette="inverse" size="xsmall">
|
||||
XSmall
|
||||
@@ -305,7 +309,9 @@ export const AllVariants = {
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-white font-semibold mb-3">Danger Inverse Variant</h3>
|
||||
<h3 className="text-white font-semibold mb-3">
|
||||
Danger Inverse Variant
|
||||
</h3>
|
||||
<div className="space-x-4">
|
||||
<Button buttonType="danger" palette="inverse" size="xsmall">
|
||||
XSmall
|
||||
|
||||
@@ -273,7 +273,9 @@ export const StateComparison = {
|
||||
<Button disabled>Disabled</Button>
|
||||
</div>
|
||||
<div className="flex flex-wrap gap-4 items-center">
|
||||
<Button buttonType="filled" palette="default">Home Default</Button>
|
||||
<Button buttonType="filled" palette="default">
|
||||
Home Default
|
||||
</Button>
|
||||
<Button buttonType="filled" palette="default" disabled>
|
||||
Home Disabled
|
||||
</Button>
|
||||
@@ -341,7 +343,9 @@ export const EdgeCases = {
|
||||
<div className="flex flex-wrap gap-4 items-center">
|
||||
<Button>Normal</Button>
|
||||
<Button disabled>Disabled</Button>
|
||||
<Button buttonType="filled" palette="default">Home</Button>
|
||||
<Button buttonType="filled" palette="default">
|
||||
Home
|
||||
</Button>
|
||||
<Button buttonType="filled" palette="default" disabled>
|
||||
Home Disabled
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user