Skip to content

feesler/JezveJS

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published