Code Monkey home page Code Monkey logo

ui's People

Contributors

a7v8x avatar dependabot[bot] avatar suhaotian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ui's Issues

Highlight the current tab of navbar

At the present scenario, when we click on the any of the tabs of navbar, it redirects to the corresponding page but the current tab doesn't have any indicator that it is active.

I feel it should have the same gradient as when it has on hover state.

Better design for index.html file

Add a screen shot for every project in index.html file for better view

i think this is better then just list all projects with the project title

Missing closing a tag in ui/profile-cards-02/index.html

Line 76, after the closing svg tag, should be a closing a tag. I copied and pasted the code and got the error.

Love your designs, I'm using them as a reference to learn for styling components better to hopefully start designing and developing websites for a local clientele.

Add Documentation

Issue

The repo looks great, except that if i had to see how a particular component looks, I would be required to clone the entire repo and run each html file separately.

Solution

I would like to document this repo in such a way that any developer can directly look for the component that they want and also be able to see how that component looks exactly and directly access the codebase for that particular document.

Password doesn't accept symbols

The input box in login-05 requires 6 characters, a letter and a number. However, this prevents users from using symbols in their password.

Previous RegEx: ^(?=.[A-Za-z])(?=.\d)[A-Za-z\d]{6,}$

New RegEx: ^(?=.[A-Za-z])(?=.\d)[A-Za-z\d\W]{6,}$

suggestion: Sidebar examples with submenus

The sidebar templates are fantastic.

Suggestion: add some examples expanding/collapsing submenus:

[Dashboard]
[Payments]
[Analytics]


[Dashboard]
[Payments] (clicked/expanded)
[Submenu1]
[Submenu2]
[Submenu3]

Fix: add cd react-examples in README.md

There is a missing code line.

I observed that people are trying to run npm install within the root directory while trying to run react examples. There is a missing code blog

cd react-examples

Here is the screenshot:

Screenshot from 2024-03-12 12-52-12

add social links

GitHub link for contributors to contribute/page that redirects to GitHub

Remove .vscode

Currently, the .vscode file is being tracked by Git, which can lead to inconsistencies across different developer environments. To maintain consistency and avoid potential conflicts, the .vscode file should be removed from version control and instead include ".vscode" in the .gitignore file.

localhost:3000 404 This page could not be found.

I excute the readme example successfully, but the localhost:3000 still can't be visited
3000 port are not in use, there are no firewall issues, and the backend runs smoothly.
But the website still shows that "404 This page could not be found."

Cannot clone....

Trying the install

โฏ git clone [email protected]:atherosai/ui.git
Cloning into 'ui'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Suggestions : Readme Reformat

hey @a7v8x awesome repo you have here. cool collection of web UI's I can use for my website. but the issue is running it locally and going through each directory to find a good UI to use. Suggestions is hosting the site on codesandbox and also reformating the readme to showcase the UI component and a link to the code and live preview.

Example

Name Screenshot Live URL
name victoreke.com sample.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.