This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(button-link): add button link and button link with icon #137
chore(fabricator): downgrade to 1.1.10 due to an issue, see fbrctr/fabricator-assemble#40 #137
- Loading branch information
Showing
6 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: button link | ||
title: button link | ||
--- | ||
|
||
<button class="dc-btn dc-btn--link dc-btn--link-large">Flat Large Button</button> | ||
<button class="dc-btn dc-btn--link">Flat Default Button</button> | ||
<button class="dc-btn dc-btn--link dc-btn--link-small">Flat Small button</button><br> | ||
|
||
|
||
<button class="dc-btn dc-btn--link dc-btn--link-large dc-btn--link-destroy">Flat Large Destroy</button> | ||
<button class="dc-btn dc-btn--link dc-btn--link-success">Flat Default Success</button> | ||
<button class="dc-btn dc-btn--link dc-btn--link-small dc-btn--link-disabled">Flat Small Disabled</button><br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/demo/materials/03-molecules/01-button-icon/02-button-link-icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: button link icon | ||
title: button link icon | ||
--- | ||
<button class="dc-btn dc-btn--link dc-btn--link-destroy dc-btn--link-large"> | ||
<span>Back to previous</span> <i class="dc-icon dc-icon--arrow-left dc-icon--btn dc-icon--btn-large dc-icon--btn--left"></i> | ||
</button> | ||
|
||
<button class="dc-btn dc-btn--link dc-btn--link-large"> | ||
<span>Go To next</span> <i class="dc-icon dc-icon--arrow-right dc-icon--btn dc-icon--btn-large dc-icon--btn--right"></i> | ||
</button> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters