2.0.4 • Published 12 months ago

@bugg-m/bugg-ui v2.0.4

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

🚀 Features

  • 📦 10+ Components: A comprehensive suite of UI components
  • 🎨 Customizable: Easily theme and style to match your brand
  • 🔧 TypeScript Support: Full type definitions for enhanced development
  • 📚 Well Documented: Detailed Storybook with live examples and API references
  • 🌙 Dark Mode: Built-in support for light and dark themes

📦 Installation

npm install @bugg-m/bugg-ui
# or
yarn add @bugg-m/bugg-ui

🏁 Quick Start

  1. Ensure Tailwind CSS is set up in your project.
  2. Import and use components:
import { Button, Input, Card } from '@bugg-m/bugg-ui';

function App() {
  return (
    <Card>
      <h1>Welcome to Bugg-ui</h1>
      <Input placeholder='Enter your name' />
      <Button variant='primary'>Get Started</Button>
    </Card>
  );
}

🧩 Components

Bugg-ui offers a wide range of components, including:

  • 🔘 Button
  • 📝 Input
  • 🃏 Card
  • 📊 Modal
  • ✅ Checkbox
  • 🔽 Select
  • 🔄 Loader
  • ... and many more!

Explore all components in our Storybook.

📚 Documentation

Visit our comprehensive documentation to learn more about:

  • Component API
  • Theming
  • Accessibility features
  • Best practices

🛠️ Development

# Clone the repository
git clone https://github.com/bugg-m/bugg-ui.git

# Install dependencies
npm install

# Run development server
npm run dev

# Run Storybook
npm run storybook

# Build for production
npm run build

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions, please open an issue on our GitHub repository.

Stay in Touch

2.0.4

12 months ago

2.0.3

12 months ago

2.0.2

12 months ago

2.0.1

12 months ago

2.0.0

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

0.0.1

1 year ago