New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

khan-ui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

khan-ui

A modern, accessible React UI component library for building responsive and visually appealing interfaces with ease.

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source

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.

Keywords

react

FAQs

Package last updated on 15 Dec 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