-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add IFRC Go UI storybook introduction
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 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,30 @@ | ||
import { Meta } from '@storybook/addon-docs'; | ||
import pkg from '@togglecorp/fujs/package.json'; | ||
|
||
<Meta title="Introduction" /> | ||
|
||
<h1 className="title"> | ||
IFRC Go UI | ||
</h1> | ||
|
||
<img src="/go-logo.svg" alt="IFRC Go logo" className="ifrc-logo" /> | ||
|
||
<h3 className="overview"> | ||
Overview | ||
</h3> | ||
<div className="text-body"> | ||
The IFRC Go UI library is a React-based component library developed by the International Federation of Red Cross and Red Crescent Societies (IFRC). This open-source library is designed for ease of use and customization, making it an invaluable resource for anyone in the IFRC network to create consistent and user-friendly web applications. Each component is designed to be consistent, customizable and performant. | ||
|
||
The design system aims to streamline the design and development process, providing guidance for both design and development tasks. | ||
</div> | ||
|
||
<br /> | ||
<br /> | ||
|
||
## Links | ||
[Github repository](https://github.com/IFRCGo/go-web-app/tree/develop/packages/ui) | ||
|
||
[@ifrc-go/ui npm package](https://www.npmjs.com/package/@ifrc-go/ui) | ||
|
||
--- | ||
Reach out to the Go team on [Github](https://github.com/IFRCGo/) |
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