JSPM

nexus7ui

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q60018F
  • License ISC

UI components designed for clarity, speed, and style

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.

![Nexus7UI Banner](./src/assets/NexusUI7logo.png)

---

## πŸš€ 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

ISC


⭐ 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!