Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dynamic feature toggling guide #445

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ _Autosuggest / autocomplete / typeahead_

- [@anatoliygatt/heart-switch](https://github.com/anatoliygatt/heart-switch) - [demo](https://codesandbox.io/s/demo-for-anatoliygatt-heart-switch-cds5p) - A fully themeable and accessible heart-shaped toggle switch component.
- [react-ios-switch](https://github.com/clari/react-ios-switch) - React switch component.
- [A Guide to Building Dynamic Feature Toggling in React.js](https://www.permit.io/blog/dynamic-react-feature-toggling-2024-guide) - A guide on how to build a React Feature Toggling system with CASL and Permit.io.
- [react-toggle](https://github.com/instructure-react/react-toggle) - An elegant, accessible toggle component for React. Also a glorified checkbox.
- [ui-switch](https://github.com/yairEO/ui-switch) - The most complete _Toggle_ component

Expand Down