Giter Club home page Giter Club logo

dripui's Introduction

dripui's People

Contributors

davidhanenko avatar dhruv-gajjar avatar dun-sin avatar elishaokon13 avatar jaivrat12 avatar kaartik2611 avatar khazifire avatar mfonpeeter avatar michelle031 avatar njong392 avatar onyelaudochukwuka avatar rupali-codes avatar samyukthasudhakar avatar zanottipaolo 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

Watchers

 avatar  avatar  avatar

dripui's Issues

[FEATURE] Adding installation proccess to the site

New Features

The installation tab still shows coming soon, wich is not really nice from user's perspective

What is the new or updated feature that you are suggesting?

Adding some installation and using guidelines

What documentation changes are needed to explain this?

[DOCUMENTATION FIX] Add a prerequisite section to the readme

What docs page needs to be fixed?

  • Section: Before the Installation instructions
  • Page: Readme

What is the problem?

Currently, there is no prerequisite section telling the user that they need to have node and npm installed, and how to check if they have it installed.

What should be changed to fix the problem?

Add a Prerequisite section before the Installation Steps.

[FEATURE] Update Twitter Logo to X

Update the Twitter Logo to the new X Logo

What is the new or updated feature that you are suggesting?

Upgrade the website's Twitter logo by replacing the outdated icon with the new and sleek "X" logo.

What documentation changes are needed to explain this?

This small design enhancement will help the website stay up-to-date with the latest branding and provide a fresh look to users.

Screenshots:

Screenshot 2023-10-16 at 10 25 15 PM

Note to Reviewer:
I would like to work on this issue, can you assign it to me?

Also, could you label it as hacktoberfest and hacktoberfest-accepted ? Thanks!

[BUG] Inconsistent Responsive MENU / Navbar on different mobiles.

Prior Issues

Are there any existing issues or PRs that relate to this problem? If so, link them here.

What is the current behavior?

What does Drip-ui do wrong?

  • Inconsistent responsive menu width on different mobiles

Screenshot 2023-04-13 at 18 43 08

Screenshot 2023-04-13 at 18 43 33

  • Menu streches too widely (Reaches edge of screen)

Note how the GitHub logo is almost cut out.
Screenshot 2023-04-13 at 18 44 08

Steps to Reproduce

If the current behavior is a bug, if possible please provide the steps to reproduce.

  • What does reproduce mean? Not understanding this question.

What is the expected behavior?

  • The menu's be consistent throught browsers
  • Navbar not to stretch out

What should DripUI do ?

  • To avoid streching of navbar, apply margin (mx-4) while also applying styling that will wrap content until breakpoint for responsiveness is applied.
  • Avoid using percentaged width (w-1/2 or 33%) as it does not provide a consistent width. Instead use w-fit or rem defined value.

Environment Details

Which versions of npm, and which browser and OS are affected by this issue?

  • Chrome_ version 112.0.5615.49 (Official Build) (arm64)
    @khazifire

[FEATURE] New Cards and Refactorisation

Hello everybody !

I have fallen on yur exciting project especially to train my tailwind skiils.

I'd like to add some new cards with other functions inspired by Quasar (https://quasar.dev/vue-components/card/), below some example that i code in my fork.

Capture d’écran 2024-01-15 à 15 57 22

Do you think it suits the "general design" of DripUI ?

Also I have noticed in the code that components in Drip folder (components/Drip/cards) seems to be not used in the concret web rendering (pages/docs/cards), that makes the code quicky very huge with every component pasted (not in React component shape but juste plain HTML).

Capture d’écran 2024-01-15 à 16 11 17

Maybe it could be useful to use more systematically component in Drip folder like React Component and also move the useRef logic inside each component to prevent tens and tens "CardAreaRefX" on parent component when much other new cards will be created ?

[BUG] Items overlapping the Navbar

What is the current behavior?

Components overlapping Navbar

Steps to Reproduce

If the current behavior is a bug, if possible please provide the steps to reproduce.

What is the expected behavior?

The expected behavior is that Components shouldn't overlap Navbar

What should DripUI do ?

Adding a z-index and bg-white will resolve this.

Screenshot

image

Add a screenshot or gif to project README

I see that there is room for a screenshot in the README section. Contributors could better understand what DripUI looks like. Can I be assigned to this issue if it is approved?

[FEATURE] Create Drip CLI for managing components

New Features

What is the new or updated feature that you are suggesting?

Create a lightweight that facilitates the creation, modification, and management of components

  • This will remove the need for navigating in and out of folders. The CLI will take care of putting the generated components in the required folders

  • Something like:
    drip generate card component-name
    drip generate button component-name and so on

I'd love to work on this if you approve @khazifire

Update readme.md

Add information about the project, and also short instructions on how people can contribute

[BUG] Error during project installation

When we run the project by using npm run dev it is giving us unhandled runtime error

Go to the terminal
Type npm run dev
Then go to the browser

When the project is fully loaded it is giving us
image

[BUG] report

Screenshot from 2023-12-04 17-38-00

Please Refer the ScreenShot

The Once you clicked the button the copied icon pops out
But the expected is the pervious pops icon should be not visible

[FEATURE] Adding sidebars as components

New Features

i wanted to add sidebars as components, created 2 simple sidebars, one with animation and the other simple, structured the code as well

What is the new or updated feature that you are suggesting?

sidebars as components

[BUG] Mobile navbar overflowing over the logo

Prior Issues

I searched through the existing issues and PRs but did not find any that address the problem with the mobile navbar covering the logo.

What is the current behavior?

Currently, when accessing DripUI on a mobile device, the mobile navbar expands over the website's logo, partially covering it. This obscures the visibility of the logo and affects the site's navigational aesthetics and usability.

Skjermbilde 2024-02-24 kl  10 59 45

Steps to Reproduce

  • Open the DripUI website on a mobile device or use a web browser's developer tools to simulate a mobile viewport.
  • Click/tap on the hamburger menu icon to expand the mobile navbar.
  • Observe that the expanded navbar overlays part of the logo at the top of the page.

What is the expected behavior?

The expected behavior is for the mobile navbar to expand without covering or obscuring the logo. Ideally, the navbar should appear below the logo to ensure the logo remains fully visible and unobstructed.

Environment Details

Browser: This issue was observed on Chrome, indicating it's browser-specific.

[BUG] report

I am getting the following error when I run the application, can anyone help me fix this?

**Unhandled Runtime Error
Error: Hydration failed because the initial UI does not match what was rendered on the server.**

new button adding

New Features

What is the new or updated feature that you are suggesting?

What documentation changes are needed to explain this?

Add a 404 page

Invalid urls path should show a 404 page which should have a button to return back to landing page

Header component not vertically aligned

Drip UI Header Component)

I noticed the contents of the header component are not vertically aligned in the mobile view. That is the menu icon on the right is not vertically aligned with the contents on the left. Please could I be assigned this issue under hacktoberfest.

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.