-
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.
- Loading branch information
Showing
11 changed files
with
2,199 additions
and
2,409 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
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
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,52 @@ | ||
import ImageFile from '../public/ui-design-system-dark.svg'; | ||
import FigmaLogo from '../public/figma-logo.svg'; | ||
import GithubLogo from '../public/github-logo.svg'; | ||
|
||
function Default() { | ||
return ( | ||
<> | ||
<div style={{ width: '50%', margin: '0 auto', textAlign: 'center' }}> | ||
<img alt="User Interviews Design System" src={ImageFile} style={{ marginBottom: '32px' }} /> | ||
<div style={{ marginBottom: '32px', fontFamily: 'Inter' }}> | ||
We aim to create a system that allows us to build a user experience that is consistent, | ||
flexible and scalable. This style guide is living documentation that will be | ||
updated as we continue to evolve and improve our design system. | ||
</div> | ||
<a | ||
href="https://www.figma.com/file/471iS3QrpPtXZpS1xbsJ20/Components" | ||
rel="noopener noreferrer" | ||
style={{ | ||
fontSize: '14px', | ||
fontWeight: 'bold', | ||
margin: '10px', | ||
}} | ||
target="_blank" | ||
type="button" | ||
> | ||
<img alt="" src={FigmaLogo} style={{ marginRight: '8px' }} /> | ||
<span>Figma Library</span> | ||
</a> | ||
<a | ||
href="https://github.com/user-interviews/ui-design-system" | ||
rel="noopener noreferrer" | ||
style={{ | ||
fontSize: '14px', | ||
fontWeight: 'bold', | ||
}} | ||
target="_blank" | ||
type="button" | ||
> | ||
<img alt="" src={GithubLogo} style={{ marginRight: '8px' }} /> | ||
<span>Github Repo</span> | ||
</a> | ||
</div> | ||
</> | ||
); | ||
} | ||
|
||
export default { | ||
title: 'Intro', | ||
component: Default, | ||
}; | ||
|
||
export const Primary = {}; |
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
Oops, something went wrong.