Package Exports
- nexus7ui
- nexus7ui/dist/style.css
Readme
# Nexus7UI
A sleek, dark-themed React component library designed for clarity, speed, and style. Easy to use, customizable, and ready for modern web apps.

---
## π Features
- π Dark theme by default
- βοΈ Built for React
- π‘ Clean and modern UI
- π§ Easily customizable
- β»οΈ Reusable components
- π¦ Lightweight and efficient
---
## π¦ Installation
```bash
npm install nexus7ui
or with yarn:
yarn add nexus7ui
π§© Usage
import React from 'react';
import { Button } from 'nexus7ui';
import 'nexus7ui/dist/style.css'; // required styles
function App() {
return <Button>Click me</Button>;
}
β Make sure to import the CSS file for styling to work properly.
π Components
Button
Badge
(coming soon)Modal
(coming soon)
...and many more planned.
π Documentation
Documentation coming soon at: https://nexus7ui.dev (planned)
For now, check out the examples/
folder or Storybook in the repo (if available).
π§ Development
# Clone the repo
git clone https://github.com/GarvitRakhechaa/Nexus7UI.git
# Install dependencies
npm install
# Build the library
npm run build
πββοΈ Author
Made with β€οΈ by Garvit Rakhecha
π License
β Support the Project
If you like this library, consider giving it a β on GitHub!
---
### Want Extras?
- A **GIF/demo** showing a live component?
- A **Badge section** (`npm version`, `downloads`, etc)?
- Link to **Storybook** once itβs set up?
Let me know what vibe you want: minimal, flashy, or developer-first. Iβll adjust it accordingly!