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.
- Host: GitHub
- URL: https://github.com/yahya-m2000/jadiid_ui
- Owner: yahya-m2000
- Created: 2024-10-24T10:46:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:06:12.000Z (over 1 year ago)
- Last Synced: 2025-03-03T17:16:52.399Z (over 1 year ago)
- Topics: css, library, react
- Language: TypeScript
- Homepage:
- Size: 869 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!