Skip to content

Commit

Permalink
Readme Update v2 n1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusparvezkhan committed Jun 12, 2023
1 parent cc3b909 commit 74fa017
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ The `ButtonsPage` is essentially a showcase of the button theory in React JS. He
### Data Loading
The `App` calls the `ButtonsPage` and the `ButtonsPage` calls the `Button` component with either of `primary`, `secondary`, `success`, `warning`, `danger` prop passed to define button's color. Then the `Button` component can be passed with two optional props `outlined` and `rounded`, and those applies exactly the same style that their name suggests. After that if any other prop, default to a `button` element is passed, those are passed to the actuall `button` element in the `Button` component for data related operations.

## Modal Page
### Diagram
#### Close
![Modal Page](./src/media/diagrams/modal-mock.png)
#### Open
![Modal Page](./src/media/diagrams/modal-open-mock.png)
### About
`ModalPage` is a demostration of a component `Modal`. `Modal` is basically a popup box component. The `Modal` popup box has a bold centered title, a text for giving some message to the user and two buttons, one for conformaiton, called `Proceed` and another for cancelation, called `Cancel`.

### Data Loading
Read [Modal Page Release Notes](./Release%20Notes/Version%202%20Release%20Notes.md)


---
Expand Down

0 comments on commit 74fa017

Please sign in to comment.