0.0.4 • Published 8 months ago

lex-ui v0.0.4

Weekly downloads
-
License
GPL
Repository
github
Last release
8 months ago

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

0.0.4

8 months ago

0.0.3

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.1.0-0

8 months ago

0.0.1

8 months ago

1.1.1

8 months ago

1.1.1-0

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago