-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allows Logos to be exported, and adds ability to customise title (
#701) * Allows Logos to be exported, and adds ability to customise title * Adds title to proptypes of Logos * Adds animated and non-animated examples of Logos component * Updates upload-artifact version * Changes 'Logos' to 'LogoLinked' to distinguish from simple Logo
- Loading branch information
1 parent
f1bc8f8
commit f6aa54b
Showing
6 changed files
with
26 additions
and
18 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
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,11 @@ | ||
# Comic Relief Logo without animation | ||
|
||
```js | ||
<LogoLinked sizeSm="50px" sizeMd="60px" /> | ||
``` | ||
|
||
# Comic Relief Logo with hover animation and custom hovertext | ||
|
||
```js | ||
<LogoLinked animateRotate sizeSm="50px" title="I'm a custom title" sizeMd="60px" /> | ||
``` |
This file was deleted.
Oops, something went wrong.
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
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