Components and utilities to organize development of pet project.
This package is adoptation of JezveJS library for React architecture.
Install using NPM
npm install @jezvejs/reactImport required component
import { Button } from '@jezvejs/react';Use it in your application:
<div>
<Button icon={PlusIcon} type="link">Click me</Button>
</div>npm startnpm test- Button
- Checkbox
- CloseButton
- Collapsible
- DatePicker
- Header
- IndetermProgress
- Offcanvas
- Paginator
- Popup
- Progress
- Radio
- RangeSlider
- Slider
- Sortable
- Spinner
- Switch
- TabList
- Tags
- Histogram
- LineChart
- PieChart
- RangeScrollChart
- useDebounce
- useEmptyClick
- usePopupPosition
- useResizeObserver
- ColorInput
- ControlledInput
- DateInput
- DecimalInput
- Input
- InputGroup
- DropDown
- Menu
- PopupMenu
- WeekDaySelect
- Drag'n'Drop