lex-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

/lex-ui/

    Package Sidebar

    Install

    npm i lex-ui

    Weekly Downloads

    1

    Version

    0.0.4

    License

    GPL

    Unpacked Size

    77.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • scottlexium