Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

UI Kit v0.6.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:39

UI Kit v0.6.1

🎉 First Beta Release

This is the first beta release of the UI Kit library, featuring:

🧩 Components

  • Form Components: Button, TextInput, NumberInput, Select, Checkbox, RadioGroup
  • Layout Components: AuthShell, MainLayout with responsive navigation
  • Data Components: DataTable with pagination and sorting
  • Feedback Components: Toast system, StatusBadge, ErrorBoundary
  • Security: MarkdownEditor with XSS protection via DOMPurify

🛠️ Infrastructure

  • TypeScript: Full type safety and IntelliSense support
  • Styling: Tailwind CSS + DaisyUI theming system
  • Testing: Comprehensive unit tests and accessibility testing
  • Documentation: Interactive Storybook with live examples
  • Internationalization: i18next integration with English and German locales
  • Error Handling: Sentry integration with structured logging
  • Performance: Bundle size monitoring (< 250KB gzipped)

📚 Documentation

📦 Installation

npm install @etherisc/ui-kit@0.6.1
# or
pnpm add @etherisc/ui-kit@0.6.1
# or
yarn add @etherisc/ui-kit@0.6.1

🔗 Links


Note: This is a beta release. APIs may change before the stable 1.0 release.