forked from gitcoinco/gitcoin-ui
-
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.
* adding gitcoin theme * fixing build
- Loading branch information
Showing
9 changed files
with
51 additions
and
13 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,9 @@ | ||
import { create } from "@storybook/theming"; | ||
|
||
export default create({ | ||
base: "dark", | ||
brandTitle: "Gitcoin UI Kit", | ||
brandUrl: "https://gitcoin.co", | ||
brandImage: "https://ipfs.io/ipfs/QmXuheKdZJwvCrZKF1Py5ez6H3jV9XNtDLTXbPuQknUgzr", | ||
brandTarget: "_self", | ||
}); |
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,7 @@ | ||
import { addons } from "@storybook/manager-api"; | ||
|
||
import GitcoinTheme from "./GitcoinTheme"; | ||
|
||
addons.setConfig({ | ||
theme: GitcoinTheme, | ||
}); |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,9 @@ | ||
import { Meta, Canvas, Story, Description, Controls, Stories } from "@storybook/blocks"; | ||
|
||
<Meta title="Welcome/Intro" /> | ||
|
||
# Welcome to the Gitcoin UI Kit. | ||
|
||
Gitcoin's UI kit provides a consistent set of styled React components which can be used to build applications with the Allo Protocol and Gitcoin Stack. | ||
|
||
This UI kit is maintained by Gitcoin Labs Engineering, and all are welcome to contribute. |