1.0.39 • Published 2 years ago

react-c141 v1.0.39

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npmC141

C141's Personal React components utilities.
Smalls, fasts, do only what they must, nothing less, nothing more.
Can enjoyly work separatly, together, or separatly, or together.
Feel free to Create issues if you find a bug, need something be implemented, or you'v got an idea.

Print

Take any variable in argument (Array, Object, String, Number, or nested composition of each...)
If you don't provide a drawer, the printer will use his own standard built-in drawer.

Full documentation here PRINT README

import { Print } from "react-c141";

<Print
  value={objToPrint};
  maxDeepness={10};
/>

Twm

A Tiling Window Manager with an organization of the screen into mutually non-overlapping frames.
Give him a serialised description of what component must be desplayed where, ratio of each, vertical or horizontal split, and will print it in concatened in resizeable groups.

Full documentation here TWM README

import { TilingWindowManager } from "react-c141";

<TilingWindowManager arbo={serializedArbo} windows={windows} debug={false} />;

Log

Log print you a list of logs

import { Log } from "react-c141";

<Log logs={} channels={} types={} />;

COMING SOON -------------------------------------------------

Cwm

Coordinate-based stacking of overlapping windows manager.

Win

Wrap a component into a Window. Can be inserted in Cbsoo or Twm. Provide own dimention to parents and children. Support winBar to display information or menu, resize, close.

DandG

DragAndDrop components wrapper

import { DandG } from "react-c141";

<DandG component={} />;

LazyList

List wrapper, render chunks of list, scroll detector to only render what's necessary

import { LazyList } from "react-c141";

<LazyList
  list={new Array(100).map((i) => (
    <div>i</div>
  ))}
  Offset={10}
  length={10}
/>;

IDEAS ! ------------------------------------------------------

-lightweight notification daemon
-DASHBOARD / WIDGET

-CHEAT SHEET When keypress for 2sec without any other key event, shadow screen and display general basic cheatsheet. Each keybinded element must provide his own cheatsheet to the global man. On mouseover an element, make it bright and display only his related keyEvents on the cheatsheet.

1.0.39

2 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.34

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.22

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago