reactjs

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 102,725 public repositories matching this topic...
-
Updated
May 7, 2022 - TypeScript
-
Updated
May 3, 2022 - TypeScript
-
Updated
Apr 30, 2022 - JavaScript
Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13
I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs
component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.

- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offse
Version Information
Environment
What is the expected behaviour?
The SSO options on the Manage SSO page should be visible in dark mode.
What is the current behaviour?
Th
We should audit all our prod deps for actual usage. Discovered today that we're not using:
-
Updated
May 5, 2022 - TypeScript
-
Updated
May 6, 2022 - TypeScript
-
Updated
May 8, 2022 - PHP
-
Updated
Apr 9, 2022 - CSS
-
Updated
Apr 30, 2022
-
Updated
May 7, 2022 - TypeScript
-
Updated
Dec 31, 2020
-
Updated
May 7, 2022 - TypeScript
Bug description
When the backend API responds with 500 error code then the loader on charts section loads infinitely
Expected behavior
Charts should show No Data like in trace table.
Version information
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
- hover on the main site link on GOOGLE CHROME ONLY
Expected behavior
Works
-
Updated
May 8, 2022 - JavaScript
-
Updated
May 7, 2022 - TypeScript
Created by Jordan Walke
Released March 2013
Latest release 11 days ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
这个特性解决了什么问题?
项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。
这个 API 长什么样?
input 支持auto-fill属性,目前编译出来input标签上没有这个属性