1.1.4 • Published 2 years ago

plaid-components v1.1.4

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

plaid-components

Description

React components for your pleasure

Install lib

npm i plaid-components

Table

import { Table } from 'plaid-components';

Table to display, sort and filter your data. You can custom the table with css var.

Custom

You can custom the table with css var or directly in your css files with !important.

The color of h2 and text is not set so it takes your colors.

List of var

  • --radius\ Radius of the table

  • --color-bg\ Background color of the table

  • --color-th\ Color of the label when search is valid, table header and sorting arrow

  • --color-text\ Color of input and border-input

  • --color-even\ Color of the even row on the table

  • --color-odd\ Color of the odd row on the table


Pointer

import { Pointer } from 'plaid-components';

Live custom cursor with options. You can custom the cursor with props and css.

Custom

You can use props :

  • dotColor?: string;
  • ringColor?: string;
  • ringClickColor?: string;
  • ringSize?: number;
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago