Skip to content

bagajab/form-controls

 
 

Repository files navigation

Form Controls

File naming conventions

  1. All components should be in Pascal Case (camel case starting with uppercase letter)
  2. Other files including styles should be in Camel Case starting with lowercase letter
  3. Test files should have the same name as the file followed by .spec.js

Setup Steps

  1. Install nvm
  2. Install node
  3. Install yarn - https://yarnpkg.com/en/docs/install

Build

  1. Install dependencies - yarn
  2. Build - yarn build
  3. Test - yarn test

About

Repository for form controls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.2%
  • SCSS 2.8%