Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepmsquare/squarecomponents
reuseable react components for personal use.
https://github.com/thepmsquare/squarecomponents
ui-components
Last synced: about 2 months ago
JSON representation
reuseable react components for personal use.
- Host: GitHub
- URL: https://github.com/thepmsquare/squarecomponents
- Owner: thepmsquare
- License: isc
- Created: 2023-10-22T03:23:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T10:20:54.000Z (10 months ago)
- Last Synced: 2024-11-18T09:13:37.840Z (about 2 months ago)
- Topics: ui-components
- Language: TypeScript
- Homepage: https://thepmsquare.github.io/squareComponents/
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# squareComponents
## about
reuseable react components for personal use.
## components
- CustomSnackbar
- PasswordInput
- ThemeToggle
- ThemeToggleIconButton## env
1. node js - v18.17.0
2. npm - v9.6.7## changelog
### v1.0.8
- experimental bug fix 3
### v1.0.7
- experimental bug fix 2
### v1.0.6
- experimental bug fix
### v1.0.5
- fix workflow to deploy storybook on github pages.
- add dev script.
- fix bug when `fullwidth` was set to false in ThemeToggle component.### v1.0.4
- add types and missing dependencies in package.json.
- add storybook.
- add new component ThemeToggleIconButton.
- add `modeIconsSize`, `fullwidth` as optional props to ThemeToggle component.
- make `others` prop optional in the PasswordInput component.
- bug fix render PasswordInput even if no variant was passed.
- add `autoHideDuration` as optional prop to CustomSnackbar component.### v1.0.3
- add props in ThemeToggle component.
- make some props optional to fix backwards compatibility issues.### v1.0.2 (Breaking Change / Bug)
- fix variant implementation in ThemeToggle.
- add [LICENSE.md](LICENSE.md).### v1.0.1 (Breaking Change / Bug)
- fix variant implementation in PasswordInput.
### v1.0.0
- initial implementation.
## Feedback is appreciated. Thank you!