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

A set of components based on Vanilla Framework

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

## Summary This is a feature request for size property in the `` component. I believe this is quite common and we need something like this in Anbox-app and should...

Feature 🎁

This should explain how to add the yarn dep, what babel/weback settings/deps are required etc.

Priority: High

To prevent having to import all components in the index.js it'd be nice to be able to import individual components. At the moment these paths look like: `import MainTable from...

Priority: Low
P3 Triaged
Triaged: new architecture

Add storybook page for `Table`, with usage examples including `TableHeader`, `TableRow` and `TableCell`.

Feature 🎁
Priority: Medium
P3 Triaged
Triaged: v4

When paging the MainTable it'd be good to scroll to the top of the window, either by default or configured via a prop.

Feature 🎁
Priority: Medium
P3 Triaged
Triaged: v4

## Done - Include the option to change the document title once the `ApplicationLayout` renders. This allow for a consistent behavior with other components like `LoginPageLayout` and will fix bugs...

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.24.5` -> `7.24.8`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.24.5/7.24.8) |...

Maintenance 🔨

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vanilla-framework](https://vanillaframework.io/) ([source](https://togithub.com/canonical/vanilla-framework)) | [`4.11.0` -> `4.15.0`](https://renovatebot.com/diffs/npm/vanilla-framework/4.11.0/4.15.0) |...

Maintenance 🔨

## Done - Implemented the `required` attribute in the `Select` component, ensuring it is correctly passed down to the `` element. - Updated the Storybook documentation to include examples demonstrating...

Review: Percy needed

… vertically ## Done - Added a scss file for Contextual Menu - Implemented initial logic by @mas-who to vertically position the Menu optimally based on the viewport height. -...

Review: Code +1
Review: QA +1
Review: Percy +1