Skip to content

kopfwelt/component-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form component

If you want your form to have a working validation this component might work for you.

How to use

  1. Install the component using NPM
npm install --save kopfwelt/component-form
  1. Import the SCSS mixins and apply them
@import 'node_modules/kopfwelt/component-ratio/component-ratio-mixin';

input {
	@include validate-border;
}
  1. Use it
input {
	@include validate-border;
}
label {
	@include validate-text;
}
label a {
	@include validate-link;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published