react-components
react-components copied to clipboard
A set of components based on Vanilla Framework
## 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...
This should explain how to add the yarn dep, what babel/weback settings/deps are required etc.
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...
Add storybook page for `Table`, with usage examples including `TableHeader`, `TableRow` and `TableCell`.
When paging the MainTable it'd be good to scroll to the top of the window, either by default or configured via a prop.
## 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...
[](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) |...
[](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) |...
## 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...
… 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. -...