| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Adds transient props notation where necessary to prevent non HTML props from leaking to the DOM.
The `animate` prop of the spinner component was previously named as `disableAnimation`, and probably during rename, its logic wasn't inverted. So this commit adjusts the logic and animate has the correct and expected behavior.
Ensures that the button has accessibility tags by indicating the label tag in stacked layout via `aria-labelledBy` attribute. Additionaly, corrects a malformed css style that caused the stacked layout button to render its icons out of place when `helperOnClick` prop is specified.
Enhance documentation and some fixes
| Back | FazBrowse Home | New Git URL |
chore: add license reference in package-lock
docs: correct command to build
docs: add further documentation about custom styles
fix: main file entry point path
fix: prevent props leaking to DOM
fix(spinner): wrong prop logic
fix(BBButton): ensure acessibility and stacked layout displacement
Closes #2
Closes #3