0.0.16 • Published 6 months ago

@alexandermann/ui-toolkit v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago