All Projects → gladchinda → React Toggle Switch Demo

gladchinda / React Toggle Switch Demo

Licence: mit
Source code for a simple demo app showing how to build a custom toggle switch for React applications.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Toggle Switch Demo

Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+586.67%)
Mutual labels:  sass, bootstrap4
Vue Range Slider
Simple slider component of Vue.js
Stars: ✭ 117 (+680%)
Mutual labels:  component, sass
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (+613.33%)
Mutual labels:  sass, bootstrap4
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+7840%)
Mutual labels:  sass, bootstrap4
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+2020%)
Mutual labels:  sass, bootstrap4
Bootstrap 4 Ui Kit
Free collection of Bootstrap 4 web blocks.
Stars: ✭ 87 (+480%)
Mutual labels:  sass, bootstrap4
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+820%)
Mutual labels:  sass, bootstrap4
Shards Ui
🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
Stars: ✭ 1,718 (+11353.33%)
Mutual labels:  sass, bootstrap4
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+19066.67%)
Mutual labels:  sass, bootstrap4
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (-6.67%)
Mutual labels:  bootstrap4, switch
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+7813.33%)
Mutual labels:  sass, bootstrap4
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+2673.33%)
Mutual labels:  sass, bootstrap4
Jekyll Bootstrap4
Bootstrap 4 with Jekyll minimalistic example site
Stars: ✭ 43 (+186.67%)
Mutual labels:  sass, bootstrap4
Spala
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).
Stars: ✭ 91 (+506.67%)
Mutual labels:  sass, bootstrap4
V Bar
The virtual responsive crossbrowser scrollbar component for VueJS 2x
Stars: ✭ 216 (+1340%)
Mutual labels:  component, sass
React Component Library
A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
Stars: ✭ 313 (+1986.67%)
Mutual labels:  component, sass
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+155140%)
Mutual labels:  sass, bootstrap4
Splatoon 2 Meme Mod
Splatoon 2 mod about memes.
Stars: ✭ 11 (-26.67%)
Mutual labels:  switch
Iconswitch
🍭 Custom Android Switch widget
Stars: ✭ 874 (+5726.67%)
Mutual labels:  switch
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-26.67%)
Mutual labels:  switch

Building Toggle Switch (React Demo)

This project contains a demo source code showing how to build a custom toggle switch component for a React application, which can be used as a substitute for controls like checkboxes.

Prior experience working with the React framework is required for complete understanding of the demo code. You can checkout the docs to learn more about React.

Here is a screenshot of the demo React application:

Demo Application

Before you begin, make sure you have npm and node installed on your system. It is recommended that you use yarn instead of npm to run and manage the package. Follow this guide to install yarn on your system.

Once you have either yarn or npm installed, run the following commands to get started.

Note that this demo was bootstrapped using the create-react-app package. You can look through this extensive guide for the available scripts.

Using NPM

npm install
npm start

Using Yarn

yarn
yarn start

You can also get a live demo on Code Sandbox.

Edit toggle-switch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].