0.0.16 • Published 9 months ago

@alexandermann/ui-toolkit v0.0.16

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

SVG Logo

A modern design system built with React and Tailwind CSS, providing reusable components and consistent styling patterns.

Features

  • 🎨 Built with React & Tailwind CSS
  • 📦 Ready-to-use components
  • 🎯 Fully customizable
  • 📱 Responsive design
  • ♿ Accessibility focused

Installation

npm install @alexandermann/ui-toolkit
yarn add @alexandermann/ui-toolkit

Basic Usage

import { Button, Card } from '@alexandermann/ui-toolkit'

function App() {
  return (
    <div>
      <Button variant="primary">Click me</Button>
      <Card>
        <h2>Card Title</h2>
        <p>Card content goes here</p>
      </Card>
    </div>
  )
}

Documentation

Visit our documentation site to learn more about:

  • Component API
  • Theming
  • Customization
  • Best practices

License

MIT © Alexander Mann

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago