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

React components for Bulma framework

Results 46 react-bulma-components issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Title pretty much says it all. The `Navbar.Dropdown` component doesn't contain a `` so it's not focuseable. See official component viewer: https://couds.github.io/react-bulma-components/?path=/story/components-navbar--default I've explored a few approaches...

bug

**Describe the bug** The `` by default shows a ".delete" button for closing the modal. This button is missing a discernable text: https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPI Users relying on screenreaders will receive no...

bug

**Describe the bug** There's no default implementation for the Navbar.Link + Dropdown combination. By default it can't be toggled, but there's a working `hoverable` prop. Without that prop, the `active`...

bug

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Describe the bug** The `clickable` helper type is missing from the Typescript type definitions, causing IDEs and the Typescript Compiler to throw an error. **To Reproduce** Steps to reproduce the...

bug

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Hello, I am using React Bulma Components and React Form Hooks packages. At the input: ``` type FormValues = { email: string; password: string } const { register, handleSubmit, formState:...

question

**Describe the bug** As pictured, the links that should be to the right of the Navbar Brand are off in wrong place ![Screenshot from 2021-09-28 13-20-11](https://user-images.githubusercontent.com/20593811/135002434-349a3f03-cd05-4dc7-a124-c2a0ef609cde.png) ```jsx First Subitem 1...

bug