Skip to content

byronwong/UI-RadioGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom implementation of a radio group with accessibility built in.

Status

Currently: Work in progress (incomplete)

Global requirements

To package this project (deleting node modules) you can use npm run package

  • requires del-cli install: npm install --global del-cli

Getting started

  • npm i
  • npm start - NOTE: we are using nodemon to reset the serve on change.
  • npm-run-all --parallel task1 task2 - runs tasks in parallel
  • -s - run in silent mode

Babel

Docs

  • npx babel --version - to check babel is correctly installed
  • npm babel-node - to run babel on our build scripts including app.js

Resources

https://inclusive-components.design/ https://www.w3schools.com/howto/howto_css_custom_checkbox.asp https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax

About

Implement a custom radio group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors