The Wayback Machine - https://web.archive.org/web/20220506193709/https://github.com/topics/components
Skip to content
#

components

Here are 3,113 public repositories matching this topic...

next.js
swalker326
swalker326 commented Mar 10, 2022

Describe the feature you'd like to request

Currently uses AmplifyAuthenticator which is legacy. Also using an older verison of @aws-amplify/ui-react & aws-amplify

Describe the solution you'd like

Should be using the new Authenticator componet

Describe alternatives you've considered

Keep using the old one until is deprecated

good first issue area: examples
storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

ViggoV
ViggoV commented Nov 21, 2019

Environment

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

reactstrap
copiali
copiali commented Oct 22, 2019
  • components: progress
  • reactstrap version #8.1.1

Issue1.

What is happening?

When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68

What should be happening?

Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.

Iss

Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
  • Updated Apr 27, 2022
  • CSS
nextui
TheAlphaReturns
TheAlphaReturns commented Apr 5, 2022

Describe the bug

I think it is a CSS thing where if you use opacity with a text-gradient link on Chrome, it will just become black. For now, can I just disable the opacity for hovering?

Your Example Website or App

https://inertia-unblocker.vercel.app

Steps to Reproduce the Bug or Issue

  1. hover on the main site link on GOOGLE CHROME ONLY

Expected behavior

Works

bug good first issue

Improve this page

Add a description, image, and links to the components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the components topic, visit your repo's landing page and select "manage topics."

Learn more