Signal UI React
IMPORTANT: Signal UI is a work in progress and subject to major changes until v1.0 release.
Roadmap
Beta components are mostly polished and ready for use.
Stable components are reviewed, documented, and API complete.
- β Not started
- π‘ In progress
- β
Complete
Components
No | Component | Beta | Stable |
---|
1 | Banner | β | β |
2 | Button | β
| β |
3 | Social Media Button | β | β |
4 | Floating Button | β | β |
5 | Icon Button | β | β |
6 | Tab | β
| β |
7 | Text Field | β
| β |
8 | Text Area | β
| β |
9 | OTP | β
| β |
10 | Breadcrumbs | β
| β |
11 | Bottomsheet | β
| β |
12 | Modal | β
| β |
13 | Callout | β
| β |
14 | Chips | β
| β |
15 | Dialogs | β | β |
16 | Footer | β | β |
17 | Checkbox | β
| β |
18 | Radio | β
| β |
19 | Badges | β
| β |
20 | Toggle | β
| β |
21 | Language Selector | β | β |
22 | Snackbar | β
| β |
23 | Tooltip | β | β |
24 | Label | β
| β |
Storybook Deployment (Temporary)
note: to deploy storybook, you need to install docker on your local machine
updated: https://10.49.141.141/signal-storybook/?path=/docs/signal-ui-react-component-button--docs
Test Storybook Container on Local machine
- run
./build_and_test.sh [version]
on your terminal, for example ./build_and_test.sh v2
- once the process completed run
docker ps
and check whether your container is running - open
http://localhost:3006/
on your browser and check if the storybook can be opened on your local machine
- run
docker login docker.cicd-jfrog.telkomsel.co.id
on terminal and input your credential. - run
./build_and_push.sh [version]
on your terminal, for example ./build_and_push.sh v2
- open your browser, go to Telkomsel JFROG Artifactory, and log in to your account.
- open Signal Storybook Docker Artifactory , make sure latest version available.