components
components copied to clipboard
PureBlazor UI Components
## Problem Some component libraries have a `Size` property that scales the component using manual inputs, usually pixels, but I recently worked on overhauling a component to scale via relative...
Applying a text transformation in the `Styles` parameter causes unrelated text- styles to be dropped
**Describe the bug** Passing a text style, e.g. `text-sm`, will cause other unrelated styles to disappear, e.g. `text-brand-800`. **To Reproduce** This can be reproduced by viewing the `PureBreadcrumbItem`: ```razor ```...
Website is currently private, we also moved docs to the website for ease of use for now. Consider- - Moving the actual pages back to this repo as an RCL,...
A recent change has caused a regression in the dropdown menu. The button appears, but the actual dropdown menu has disappeared. Consider investigating the new Anchor Positioning API while implementing...
### Inspiration: https://mantine.dev/core/tooltip https://chakra-ui.com/docs/components/tooltip/usage https://ui.shadcn.com/docs/components/tooltip https://mui.com/joy-ui/react-tooltip
Fix by: - Making the mobile menu collapsible via button/hamburger menu/other suggestion? - Fix issue where, presumably, the desktop nav still shows
See https://github.com/pureblazor/components/issues/57#issuecomment-2094004474
A ripple effect for interactable components: https://github.com/pureblazor/components/assets/7112040/8edcf692-ef98-4624-aa58-25386974841c It should originate from the pointer: https://github.com/pureblazor/components/assets/7112040/2ed017bf-146d-4191-b7aa-fe41253915f3 It should start when the pointer is held and end when the pointer is released (with...
We are utilizing Playwright for integration testing of the components on the website. ### In Progress - [ ] Buttons ### Pending - [ ] Alerts - [ ] Badges...