KwickerHub / KwickerHub/WebCraftifyAI

Like we have suggestion to float, display and other value properties.

Open
#119 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue hacktoberfest
Dominant language
HTML
Stars
88
Forks
367
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
We also need some suggestion on the input box for size properties like border radius, width, font-size, height etc. All this properties only need some pixels, em, %, vh or vw
We can always make some global suggestions for the users. example (9px, 100%, 100vh, 20px, etc)

File/Files you will work on
dashboard.html

Possible Lines of Code
You should not add above the possible lines of code. (if given)

Result or Final Looks
At the end of the day, your code should make it easier for people. When people click a size property, they should get some really good suggestions. HINT=Use HTML datalist tag

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open dashboard.html and locate the input handling for size properties such as border radius, width, font-size, and height. Review how the relevant fields are rendered, then use the issue's HTML datalist hint to provide suggestions for pixels, em, percentages, vh, and vw values. Done means users see useful size suggestions when selecting a size property.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.