1.11.2 • Published 4 years ago

@arkhn/ui v1.11.2

Weekly downloads
385
License
-
Repository
-
Last release
4 years ago

Description

This library offers generic ReactJs components built with Typescript.

It has been designed for internal use and some of them may come with prop names corresponding to medical lexical fields.

Storybook

To launch the storybook, first clone the project and type this command from the root directory :

$ yarn storybook

or

$ npm storybook

Get Started

Installation

# With npm
$ npm install @arkhn/ui

# With yarn
$ yarn add @arkhn/ui

Usage Example

import { VirtualizedCarousel } from "@arkhn/ui";

const documents = [
  { source: "/images/doc1.jpg" },
  { source: "/images/doc2.jpg" },
  { source: "/images/doc3.jpg" },
  { source: "/images/doc4.jpg" },
];

<div
  style={{
    height: "300px",
    width: "300px",
  }}
>
  <VirtualizedCarousel documents={documents} />
</div>;

Components List

ComponentDescription
VirtualizedCarouselCarousel component virtualizing its rendering using "react-virtualized" library. It takes up to 20.000 documents as props.
SelectableTableComponent using "@material-ui/core" to display a table with dynamic header. It allows single row selection and also multiple row selection with checkbox support.
EditInputA component based on the "@material-ui/core" Input component. It comes with an input adornment allowing value changes whenever clicked on.
1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.5

4 years ago

1.10.4

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.13

4 years ago

1.9.12

4 years ago

1.9.11

4 years ago

1.9.10

4 years ago

1.9.9

4 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.9.6

4 years ago

1.9.5

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.6.4

5 years ago

1.7.0

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

0.1.0

5 years ago