components icon indicating copy to clipboard operation
components copied to clipboard

PureBlazor UI Components

Results 31 components issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
help wanted
dna

**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 ```...

bug
help wanted

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,...

documentation

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...

bug
good first issue
help wanted

### 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

enhancement
good first issue
help wanted

Fix by: - Making the mobile menu collapsible via button/hamburger menu/other suggestion? - Fix issue where, presumably, the desktop nav still shows

bug
good first issue
help wanted

See https://github.com/pureblazor/components/issues/57#issuecomment-2094004474

bug
good first issue
help wanted

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...

enhancement
good first issue
help wanted

We are utilizing Playwright for integration testing of the components on the website. ### In Progress - [ ] Buttons ### Pending - [ ] Alerts - [ ] Badges...

documentation
enhancement
help wanted