0.1.6 • Published 1 year ago

sis-ui-kit v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

SIS UI KIT

The UI Kit Library is a comprehensive collection of reusable components and styles for the SIS Admin Panel, Oryx Universal College - Qatar

Features

  • Wide Range of Components: The library includes a vast selection of components such as buttons, form components menus, alerts, modals, and more, covering various use cases and design styles.
  • Customizable: The UI components are highly customizable, allowing you to easily adapt them to match the design requirements.
  • Accessibility-Focused: The library follows best practices for accessibility, ensuring that your UI remains inclusive and usable for all users.

Installation

To install the library, you can use your preferred package manager. Here's an example using npm:

npm install uikit-library

Usage

  1. Import the css style file in the root of your project:
import 'sis-ui-kit/dist/style.css';
  1. Import the desired components into your project:
import { Button } from 'sis-ui-kit';
  1. Start using the components in your code:
const App = () => {
  return (
    <div>
      <Button variant="primary">Click Me</Button>
    </div>
  );
};

License

This Library is licensed under the MIT License. Feel free to use and modify it to suit your needs.