0.1.0 • Published 5 months ago

@somemedic/everything-ui v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

npm version License

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
  • 🌍 Internationalization support
  • 📱 Responsive components
  • ⚡ Built with TypeScript
  • 📚 Storybook documentation
  • ⚛️ React 18 support
  • 🔥 Next.js 14 compatible

Installation

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

Usage

Here's a quick example of how to use a Button component:

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

function MyComponent() {
  return (
    <Button 
      variant="primary"
      onClick={() => console.log('Button clicked!')}
    >
      Click me
    </Button>
  );
}

Documentation

For full documentation and component examples, please visit our Storybook:

# Run Storybook locally
npm run storybook

Contributing

This library is in active development, and we're constantly adding new components and features. Contributions are welcome!

License

MIT © SomeMedic