Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!