New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

uixio

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uixio

🚀 Modern React 19 component library with TypeScript, Vite, and OXC linter. Lightweight, tree-shakable, and ready for production.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

uixio

A modern, lightweight React component library built with React 19, TypeScript, and Vite.

🚀 Features

  • React 19: Built with the latest React features and performance improvements
  • TypeScript: Full TypeScript support with strict type checking
  • Vite: Fast build tooling and development experience
  • OXC Linter: Modern, fast linting with oxc
  • ESM & CJS: Dual module format support for maximum compatibility
  • Tree-shakable: Only import what you need
  • Zero dependencies: Minimal bundle size impact

📦 Installation

npm install uixio
pnpm add uixio
yarn add uixio

🎯 Usage

import { Button } from 'uixio';

function App() {
  return (
    <Button variant="primary" onClick={() => console.log('Clicked!')}>
      Hello uixio!
    </Button>
  );
}

📄 License

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

📚 Documentation

For detailed component documentation and examples, please visit our documentation site (coming soon).

🐛 Issues

If you find a bug or have a feature request, please open an issue.

Keywords

uixio

FAQs

Package last updated on 26 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts