/src/components/common-components
.
File and folders name are in lowercase letters and kebab-case (a convention that follows lowercase format with words separated by dashes) if the name has more than one word.
Following is the quick overview of the common components.
Component | Purpose |
---|---|
Button | A button component with loader. |
LoadingPlaceholder | Placeholder for data loading. |
CustomImage | An image component. |
Form | Collection of form controls such as input, checkbox, radio, etc. |
Modal | A modal popup component. |