1.4.0 • Published 4 days ago

@jinpill/react-libs v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@jinpill/react-libs

My personal react libraries.

Installation

# npm
npm i -D @jinpill/react-libs

# yarn
yarn add -D @jinpill/react-libs

# pnpm
pnpm add -D @jinpill/react-libs

Usage

Import and use the components or hooks in your project.

Components

Basic Components

NameUsage
CardThis component is a simple card UI.
ScrimThis component is a simple scrim UI.
IconThis component displays SVG icons based on the inputted source or preset name.
EllipsisThis component truncates and displays content based on the length of the child text.
BottomSheetThe mobile-style popup UI that comes up from the bottom of the screen.

Interactive Components

NameUsage
ChipThis component is a simple chip UI.
ButtonThis component is a simple button UI.
DropdownThis component is a simple dropdown UI.
CheckboxThis component is a simple checkbox UI.
RadioThis component is a simple radio UI.
OptionsThis component displays a selectable options list at the top of the screen.
ScrollbarThis component displays the same appearance of scrollbar regardless of the browser and OS.

Hooks

NameUsage
useStateRefThis hook returns a ref object refering to the state.
useTimeoutThis hook helps manage setTimeout easily in React.
useIntervalThis hook helps manage setInterval easily in React.
useMountEffectThis hook helps animate components on mount and unmount.
1.4.0

4 days ago

1.3.0

6 days ago

1.2.5

22 days ago

1.2.4

22 days ago

1.2.3

22 days ago

1.2.2

22 days ago

1.2.1

22 days ago

1.2.0

26 days ago

1.1.1

2 months ago

1.1.0

3 months ago

1.0.0-alpha.2

4 months ago

1.0.0-alpha.1

4 months ago

1.0.0-alpha.0

4 months ago

1.0.0

4 months ago

0.0.4

4 months ago