Skip to content

Commit 836e73b

Browse files
committed
feat: add changesets for storybook
1 parent 1779421 commit 836e73b

File tree

5 files changed

+64
-2
lines changed

5 files changed

+64
-2
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
"go-ui-storybook": major
3+
---
4+
5+
Initial Release v1.0.0
6+
7+
Integrated storybook for IFRC Go UI components library. The storybook is
8+
deployed to chromatic via Github Actions CI.
9+
10+
Wrote stories for following components
11+
12+
- Alert
13+
- BarChart
14+
- Blockloading
15+
- BooleanInput
16+
- BooleanOutput
17+
- Breadcrumbs
18+
- CheckBox
19+
- Checklist
20+
- ConfirmButton
21+
- Container
22+
- DateInput
23+
- DateRangeOutput
24+
- DropdownMenu
25+
- Footer
26+
- Grid
27+
- Header
28+
- HtmlOutput
29+
- IconButton
30+
- Image
31+
- InfoPopup
32+
- InputContainer
33+
- KeyFigure
34+
- LegendItem
35+
- List
36+
- Message
37+
- Modal
38+
- MultiSelectInput
39+
- NavigationTabList
40+
- NumberInput
41+
- NumberOutput
42+
- PageContainer
43+
- PageHeader
44+
- Pager
45+
- PasswordInput
46+
- PieChart
47+
- Popup
48+
- RadioInput
49+
- RawFileInput
50+
- RawList
51+
- ReducedListDisplay
52+
- SearchMultiSelectInput
53+
- SearchSelectInput
54+
- SegmentInput
55+
- SelectInput
56+
- Spinner
57+
- StackedProgressBar
58+
- Switch
59+
- Table
60+
- Tabs
61+
- TextArea
62+
- TextInput
63+
- TimeSeriesChart

.github/workflows/chromatic-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- develop
7-
- project/storybook
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Have a look through existing [Issues](https://github.com/IFRCGo/go-web-app/issue
6161

6262
The repository hosts multiple packages under `packages` directory.
6363
1. [IFRC GO UI](https://github.com/IFRCGo/go-web-app/tree/develop/packages/ui) is a React UI components library tailored to meet the specific requirements of the IFRC GO community and its associated projects.
64-
2. [IFRC GO UI Storybook](https://github.com/IFRCGo/go-web-app/tree/develop/packages/go-ui-storybook) serves as the comprehensive showcase for the components library.
64+
2. [IFRC GO UI Storybook](https://github.com/IFRCGo/go-web-app/tree/develop/packages/go-ui-storybook) serves as the comprehensive showcase for the components library.It is hosted on [chromatic](https://66557be6b68dacbf0a96db23-zctxglhsnk.chromatic.com/).
6565

6666
## IFRC GO backend
6767

0 commit comments

Comments
 (0)