
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
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.
To launch the storybook, first clone the project and type this command from the root directory :
$ yarn storybook
or
$ npm storybook
# With npm
$ npm install @arkhn/ui
# With yarn
$ yarn add @arkhn/ui
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>;
Component | Description |
---|---|
VirtualizedCarousel | Carousel component virtualizing its rendering using "react-virtualized" library. It takes up to 20.000 documents as props. |
SelectableTable | Component using "@material-ui/core" to display a table with dynamic header. It allows single row selection and also multiple row selection with checkbox support. |
EditInput | A component based on the "@material-ui/core" Input component. It comes with an input adornment allowing value changes whenever clicked on. |
FAQs
Open source typescript library for ReactJs UI components
The npm package @arkhn/ui receives a total of 1,115 weekly downloads. As such, @arkhn/ui popularity was classified as popular.
We found that @arkhn/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.