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

A set of components based on Vanilla Framework

Results 82 react-components issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | [`15.0.7` -> `16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/15.0.7/16.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Maintenance 🔨

Creating this draft in case anyone is planning to do something similar. I haven't had time to finish this, but these components are used in Juju Dashboard and ReBAC Admin....

Maintenance 🔨
Review: Percy needed

## Done Added a section to the README which lists projects related to or that build upon this library. ## QA - Look at README - Does it make sense?

Review: Code needed

## Done This PR fixes deprecation warning about act usage from `react-dom/test-utils` - test: test: fix deprecated act usage warning - update act import from react - remove act in...

Review: Percy needed

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

## Done - Upgrade Storybook deps to v8. - Run migrations. - Convert docs to CSF v3. - Update docs to use autodoc. ## QA ### Storybook To see rendered...

Review: Code needed
Review: QA needed
Maintenance 🔨
Review: Percy +1

## Done - This PR replaces some semi-colons with colon symbols ## QA ### Storybook To see rendered examples of all react-components, run: ``` yarn start ``` ### QA in...

Vanilla Framework's design of `EmptyState` component can be found [here](https://vanillaframework.io/docs/patterns/empty-state#no-content) and the `react-components` library's design can be found [here](https://canonical.github.io/react-components/?path=/docs/emptystate--docs). The image is rendered to the left of the text in...

Bug 🐛

When using the latest version (0.51.4) of this package in a project, e.g. charmhub.io, the following error occurs, preventing the project from building: ``` ERROR in ./node_modules/@canonical/react-components/dist/components/FormikField/FormikField.js 8:14-31 Module not...

P3 Needs decision

"Getting started" link in Storybook leads to an error: https://canonical.github.io/react-components/?path=/docs/getting-started--docs TBH, I'm not even sure what should be there. Is this some Storybook default that we don't use correctly?