Skip to content

Repository files navigation

EverythingUI - React and Next.js UI library with components what I love

📊 Core Stats 🛠 Tech Stack 🌟 Code Vibes
npm version TypeScript Code Quality
GitHub stars React Performance
Made with Love Next.js Code Coverage
Open Source Styled Components Dependencies
🎨 Cool Features 🔒 Safety First 👥 Squad Goals
UI Components Security Community
Dark Mode Build Status Documentation
Mobile Ready Updates Ecosystem
Developer Experience PRs Welcome Contributors

A modern, customizable UI component library built with React and Next.js. This library is actively maintained and regularly updated with new components.

🌟 Features

  • 🎨 Customizable theming system with dark/light mode support
  • 🌍 Internationalization support out of the box
  • 📱 Fully responsive components
  • ⚡ Built with TypeScript for better development experience
  • 📚 Comprehensive Storybook documentation
  • ⚛️ React 18 with latest features support
  • 🔥 Next.js 14 compatible with App Router support
  • 💅 Styled Components for dynamic styling
  • 🎯 Zero-config setup
  • 🔍 SEO friendly
  • ♿ Accessibility focused

📦 Installation

npm install @somemedic/everything-ui
# or
yarn add @somemedic/everything-ui
# or
pnpm add @somemedic/everything-ui

🚀 Quick Start

Here's a quick example of how to use our components:

import { ThemeProvider, Button, useTheme } from '@somemedic/everything-ui';

function App() {
  return (
    <ThemeProvider>
      <MyComponent />
    </ThemeProvider>
  );
}

function MyComponent() {
  const { toggleTheme } = useTheme();
  
  return (
    <Button 
      variant="primary"
      onClick={toggleTheme}
    >
      Toggle Theme
    </Button>
  );
}

📚 Documentation

For full documentation and live examples, run:

# Run Dev Mode locally
npm run dev

🤝 Contributing

We love your input! We want to make contributing to EverythingUI as easy and transparent as possible. Check out our Contributing Guide to get started.

📝 License

MIT © SomeMedic

💖 Support

If you like this project, please consider giving it a ⭐️ on GitHub!

About

EverythingUI - React and Next.js UI library with components what I love

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages