An open API service indexing awesome lists of open source software.

https://github.com/yahya-m2000/jadiid_ui

Jadiid UI is a customizable and modular UI component library built with React and TypeScript. It is designed to help developers create aesthetically pleasing and consistent user interfaces with minimal effort. The library uses regular CSS, making it straightforward for customization without relying on CSS-in-JS.
https://github.com/yahya-m2000/jadiid_ui

css library react

Last synced: 3 months ago
JSON representation

Jadiid UI is a customizable and modular UI component library built with React and TypeScript. It is designed to help developers create aesthetically pleasing and consistent user interfaces with minimal effort. The library uses regular CSS, making it straightforward for customization without relying on CSS-in-JS.

Awesome Lists containing this project

README

          

# Jadiid UI (NOT FUNCTIONING YET)

Jadiid UI is a modern React component library with modular, customizable components. Built with TypeScript and regular CSS, it provides an elegant UI experience with minimal effort.

## Features

- **Customizable**: Buttons, headers, dropdowns, etc.
- **Theming**: ThemeProvider for easy customization.
- **Responsive**: Adapts to different screens.
- **Accessible**: Dropdowns adjust based on logo.
- **Storybook Integration**: Test and view components.

## Installation

```sh
npm install jadiid-ui
```

## Usage Example

```js
import { Button, Header } from 'jadiid-ui';

const App = () => (




);
```

## Why Jadiid UI?

- **Flexible**: Props-driven customization.
- **No CSS-in-JS**: Uses regular CSS.
- **User-Focused**: Intuitive and adaptive components.
- **Build sleek UIs faster with Jadiid UI**. Contributions welcome!