2.2.2 • Published 6 months ago

knoxui-react v2.2.2

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

Knox-UI React Component Library

npm version License TypeScript

Knox-UI is a corporate-focused React component library that provides a comprehensive set of UI components for building sleek and efficient user interfaces. Built with TypeScript and styled with Tailwind CSS, it offers a modern, customizable, and accessible component system.

🌟 Features

  • Rich Component Library: Includes essential UI components:

    • Button with various styles and states
    • Form components (Input, Textarea, Select)
    • Data display (Table, PivotTable)
    • Form controls (Checkbox, Radio)
    • And more...
  • Theme Customization:

    • Built-in light and dark mode support
    • Customizable color schemes
    • CSS variables for easy theming
    • Tailwind CSS integration
  • TypeScript Support:

    • Full TypeScript support
    • Type definitions included
    • Excellent IDE integration
  • Modern Development:

    • React 18+ compatible
    • Server Component ready
    • Next.js 13+ support

🆕 Updates

  • Add new hook useTheme.
const { theme, toggleTheme } = useTheme();

<Button onClick={toggleTheme} color="primary">
  Toggle Theme
</Button>

🚀 Usage

npm install knoxui-react

📦 Installation

# Using npm
npm install knoxui-react

# Using yarn
yarn add knoxui-react

# Using pnpm
pnpm add knoxui-react
// layout.js or app.js
import 'knoxui-react/dist/styles.css';
2.2.2

6 months ago

2.2.1

6 months ago

2.1.1

6 months ago

2.0.12

6 months ago

2.0.11

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago