Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 820 Bytes

README.md

File metadata and controls

57 lines (46 loc) · 820 Bytes

JezveJS

JavaScript utility and components library written from scratch.

Install

npm install jezvejs

Run tests

- Build and run local server:
npm run build
npm run serve
  • Check webpack-dev-server running at the same address as config.nodeURL (config.js)
  • Run from second shell:
npm test

Common

  • JavaScript utilities
  • DOM manipulation utilities

Components

  • Input
    • DateInput
    • DecimalInput
    • InputGroup
  • Charts
    • Histogram
    • LineChart
    • PieChart
  • Checkbox
  • Collapsible
  • DatePicker
  • Debug
  • DropDown
  • IndetermProgress
  • Offcanvas
  • Paginator
  • Popup
  • Progress
  • Radio
  • Slider
  • Spinner
  • Switch

Utilities

  • DragnDrop
  • Sortable