react-md icon indicating copy to clipboard operation
react-md copied to clipboard

React material design - An accessible React component library built from the Material Design guidelines in Sass

Results 56 react-md issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The [material icon "Savings"](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Asavings%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048) appears to be missing. **Describe the solution you'd like** It would be great if this icon...

enhancement

Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.5.3 to 6.6.2. Release notes Sourced from fuse.js's releases. v6.6.2 Bug Fixes value fetched at the end must be a string (1de1dff), closes #661 v6.6.1 Bug Fixes...

dependencies
javascript

**Describe the bug** A clear and concise description of what the bug is. We use react-md 5.1.3 In our app we use tooltips like this: ``` ... ``` The HoverModeProvider...

bug
great issue description
tooltip

Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 1.0.0 to 2.0.0. Release notes Sourced from jest-watch-typeahead's releases. v2.0.0 2.0.0 (2022-07-09) Bug Fixes deps: update dependency ansi-escapes to v5 (#87) (b990d44) drop support for Node 12...

dependencies
javascript

Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 7.0.2 to 8.0.1. Release notes Sourced from @​testing-library/react-hooks's releases. v8.0.1 8.0.1 (2022-06-18) Bug Fixes server: remove act around server renderer to fix support for older versions of...

dependencies
javascript

Hello, is it possible to contribute with translations of parts of the documentation (the examples section)? If possible, is there a standard that should be followed for these contributions?

help wanted
documentation

## Background There is currently some documentation about how to [dynamically create your theme](https://react-md.dev/guides/customizing-your-theme#conditional-dark-theme), but it would honestly be great if this was built into `react-md` as a feature flag...

enhancement
theme

### Reasoning - people normally search by component instead of package name -- it doesn't really matter _where_ the component comes from - my [search implementation](https://github.com/mlaursen/react-md/blob/e58746d6bd4237c69eab99192acc593dd9b5cbac/packages/documentation/src/pages/api/search.ts) is **really** bad and...

documentation

Hi, first thank a lot for this library. After install react-md (3.0.0) with yarn 2, i get the following warnings: ` ➤ YN0000: ┌ Resolution step ➤ YN0002: │ @react-md/alert@npm:3.0.0...

bug

I'm creating this issue just to remind myself to implement this along with the select changes. ## Description Since I've added new form hooks like `useTextField` and `useNumberField`, it would...

enhancement
form