1.2.4 • Published 5 months ago

khan-ui v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Khan-UI: React UI Component Library

Khan-UI is a comprehensive React UI component library designed to simplify the development of visually appealing and functionally rich user interfaces. It provides a wide array of customizable, performance-optimized components suitable for a variety of applications.

Features

  • Diverse Component Range: A rich set of UI components catering to different design needs.
  • Modern and Elegant: Designed with current UI trends, ensuring a contemporary look.
  • Ease of Integration: User-friendly documentation and straightforward customization.
  • Performance Focused: Optimized for a seamless user experience.
  • Accessibility First: Committed to making components usable for everyone.

Installation

Install Khan-UI using npm:

npm install khan-ui

Usage

Import Khan-UI components in your React project:

import { Button, DatePicker } from 'khan-ui';

function App() {
  return (
    <div>
      <Button label="Click Me" />
      <DatePicker onChange={handleDateChange} />
    </div>
  );
}

Documentation

For detailed documentation and usage guides, visit Khan-UI Documentation.

Contributing

Contributions to Khan-UI are always welcome, whether it's improving documentation, adding new features, or reporting bugs. Please read our contributing guide for more details.

License

Khan-UI is open source and available under the MIT License.

1.2.0

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.2.4

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago