0.1.2-a • Published 4 years ago

keyboard-ui v0.1.2-a

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

logo

UI Kit that fits to your Interface.

Project Idea

preview

Project main goals:

  • user-defined class names
  • accessible contrast colors
  • accessible for all devices
  • support keyboard
  • excellent UI/UX - high quality graphics
  • no images
  • modular without a need to use CLI configuration tools
  • 100% SASS
  • ease of modification

Configuration

Installation

Fork or download kit from GitHub. Install dependencies using:

$ npm i

From npm:

$ npm i keyboard-ui

Run example by forking this repo and run gulp watch

Structure

.
├── dist                    # This catalog is used by npm users. `gulp build` files go here. Do not modify this other way.
├── docs                    # Documentation
├── src                     # Project source files. Development goes here.
├── patches                 # Some modules needed modifications. After running `npm i` and `gulp watch`,
|                             `gulp build` these are being applied.
├── test                    # Used for development tests
│   ├── views               # Use this to configure test html file. Run `gulp watch` to run test on localhost.
│   └── out                 # Output of `gulp watch`
└── ...

Tasks

TaskDescription
gulp watchTest project on localhost
gulp buildCompile files into ./dist catalog

Contribute

This UI KIt is made by community and for community. If you want to help develop this project you can do it by:

Report a bug Ask for a feature Submit a pull request