Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

lex-ui

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lex-ui

Elevate your React projects to new heights with Lex-UI, the ultimate UI component library. Lex-UI offers a comprehensive collection of beautifully designed and highly customizable React components, backed by robust functionality and smooth user experience

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

lex-ui

Elevate your React projects to new heights with Lex-UI, the ultimate UI component library. Lex-UI offers a comprehensive collection of beautifully designed and highly customizable React components, backed by robust functionality and smooth user experiences. Whether you're building sleek web applications or crafting delightful interfaces, Lex-UI empowers you to create stunning UIs with ease and confidence.

NPM JavaScript Style Guide

Install

npm install --save lex-ui

Usage

import { Input, validate } from "lex-ui";
const App = () => {
  return (
    <div>
      <Input
        label="Username"
        placeholder="Enter your username"
        schema={(value) => validate(value).minLength(5).maxLength(10)}
        type="text"
        inputClassName="custom-input-field"
        labelClassName="custom-input-label"
        containerClassName="custom-input-container"
        onChange={(value) => console.log(value)}
      />
    </div>
  );
};

License

GPL © Scottlexium

FAQs

Package last updated on 15 Sep 2023

Did you know?

Socket

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.

Install

Related posts