Skip to content

HOV-52 | Adds Loader Component#126

Merged
pruthvi2103 merged 4 commits intomainfrom
loader-component
Sep 30, 2022
Merged

HOV-52 | Adds Loader Component#126
pruthvi2103 merged 4 commits intomainfrom
loader-component

Conversation

@saurabhsutar192
Copy link
Copy Markdown
Contributor

Adds Loader Component

Description

Adds a Spinning Loader

Motivation and Context

Loader Needed

How Has This Been Tested?

Local Build Successful and manually tested

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@saurabhsutar192 saurabhsutar192 added the New Component Addition of new Components label Sep 22, 2022
@saurabhsutar192 saurabhsutar192 added this to the v0.1.10-alpha milestone Sep 22, 2022
@saurabhsutar192 saurabhsutar192 self-assigned this Sep 22, 2022
@netlify
Copy link
Copy Markdown

netlify bot commented Sep 22, 2022

Deploy Preview for hover-design canceled.

Name Link
🔨 Latest commit 2f98c84
🔍 Latest deploy log https://app.netlify.com/sites/hover-design/deploys/633558befd1c970008872e40

@saurabhsutar192 saurabhsutar192 linked an issue Sep 22, 2022 that may be closed by this pull request
3 tasks
Copy link
Copy Markdown
Contributor

@pruthvi2103 pruthvi2103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor questions

| size | `number` | 30 | Yes |
| thickness | `number` | `size / 5` | Yes |
| color | `string` | `#408FEC` | Yes |
| dashLength | `number` | `1/4 Circumference` | Yes |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

circumference is not controlled by consumer, any way to control this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

circumference will depend on size

margin,
isBlock,
children,
...nativeProps
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this modified?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slacked you the details

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Copy Markdown
Contributor

@pruthvi2103 pruthvi2103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pruthvi2103 pruthvi2103 merged commit 5fb9a14 into main Sep 30, 2022
@pruthvi2103 pruthvi2103 deleted the loader-component branch September 30, 2022 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Component Addition of new Components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HOV-52 | Loader Component

2 participants