2.1.61 • Published 4 years ago

mk-ui v2.1.61

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

Mkui v2.0

Flexible, Accessible Web Components.

  1. Independent of any 3rd party libraries/frameworks (including jQuery).
  2. Supports AMD, CommonJS, and vanilla JavaScript.
  3. Plays nice with Angular and React.
  4. Easily customizable JavaScript, CSS (both LESS and SCSS versions), and Markup for any component.
  5. Written with responsive design and full WCAG 2.0 accessibility support.
  6. Written with full mobile and tablet support (and their screen readers) for the best user experience possible.

Live Docs & Examples

Check out our live documentation and example of each available component on our GitHub Pages.

Mkui v1.0

Using an older version of Mkui? Get access to the old repository here.

Currently Available Components

  1. Core
  2. Selectmenu
  3. Datepicker
  4. Autocomplete
  5. Tooltip
  6. Dialog
  7. Loader
Available Soon
  1. Modal
  2. Accordion
  3. Table Sorter

Install

You can copy the files directly from this repo OR (recommended) you can install this project as a node module using npm. Using NPM is ideal for easy updates. It also will not give you the enitre project. Doing an install gives you the JavaScript, Less, SCSS, and CSS assets for Mk-Ui only. So don't worry about the install being bulky, it ain't.

npm install mk-ui

Documentation

Clone or Fork this repository for the most up to date documentation. Once the you have the app running, simply go to localhost:5280 to launch the docs site. Or just visit our GitHub Pages.

git clone https://github.com/markitondemand/mk-ui.git mk-ui

cd mk-ui

npm install !!!!NOTE THAT THIS REQUIRES AN OLDER VERSION OF NODE/NPM 6.10.0 WORKS!!!!

node index.js

Bugs, Patches, Features, and Pull Requests

When implementing a bug fix, patch, feature, and creating a pull request, you'll want to modify the JavaScript source files that live in /src/js. For CSS/SCSS changes, you'll want to make modifications to /dist/scss. DO NOT MODIFY JAVASCRIPT or .CSS FILES LIVING IN THE DIST FOLDER. When your changes are completed and at a point where you're ready to open a Pull Request, we have a couple handy gulp methods you should take advantage of first.

For compiling SCSS to CSS:

gulp sass

For compiling LESS to CSS (use for testing only. SCSS output is cleaner):

gulp less

For concating the Core files (Mk Core or Mk DOM). Use when making changes to the Core or DOM and BEFORE minify.

# to build core
gulp build-core

#to build dom
gulp build-dom

For creating both minified and unminified JavaScript files in the dist folder:

gulp minify

If you edit any documentation pages:

gulp static-site

Publishing: Log in to the npmjs.org registry. If you are on a Markit machine you need to log out of Artifactory and into npmjs.org first. Make sure the version number has been bumped in the package.json file or you will not be able to create a new package.

npm login
# enter username and password at the prompt
npm publish
2.1.61

4 years ago

2.1.60

4 years ago

2.0.60

7 years ago

2.0.59

7 years ago

2.0.58

7 years ago

2.0.57

7 years ago

2.0.56

7 years ago

2.0.55

7 years ago

2.0.54

7 years ago

2.0.53

7 years ago

2.0.52

7 years ago

2.0.51

7 years ago

2.0.50

7 years ago

2.0.49

7 years ago

2.0.48

7 years ago

2.0.47

7 years ago

2.0.46

7 years ago

2.0.45

7 years ago

2.0.44

7 years ago

2.0.43

7 years ago

2.0.42

7 years ago

2.0.41

7 years ago

2.0.40

7 years ago

2.0.39

7 years ago

2.0.38

7 years ago

0.0.38

7 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.31

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago