Skip to content

thedanielmark/axui

AxUI

Version Build License

AxUI is a modern, Radix UI-based component library built for Next.js applications. It provides accessible, customizable, and lightweight components optimized for Web3 and enterprise-grade applications.

🚀 Features

  • Radix UI Primitives - Built on top of Radix UI for accessibility and flexibility.
  • Next.js Optimization - First-class support for Next.js projects.
  • Shadcn-Ready - Easily import and customize components.
  • TypeScript Support - Fully typed components with TypeScript.
  • Theming & Customization - Tailwind CSS support with design tokens.

📦 Installation

npm install @axlabs/axui
# or
yarn add @axlabs/axui

🛠️ Usage

import "@axlabs/axui/dist/axui.css";
import { Button } from "@axlabs/axui";

export default function Example() {
  return <Button variant="primary">Click me</Button>;
}

📖 Documentation

Check out our full documentation at axui.axlabs.net.

🤝 Contributing

We welcome contributions! Please read our CONTRIBUTING.md for details on how to get started.

Steps to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m "Add new feature")
  4. Push to the branch (git push origin feature-branch)
  5. Open a pull request

Please follow our coding guidelines and make sure to run tests before submitting.

🔒 Security Policy

We take security seriously. If you find a vulnerability, please follow these steps:

  1. Do not disclose it publicly.
  2. Contact us at axui@axlabs.com.
  3. We will acknowledge receipt within 48 hours and provide a fix timeline.

For more details, refer to our SECURITY.md.

📜 License

AxUI is licensed under an AxUI Proprietary License.

📮 Stay Connected


Made with ❤️ by the AxLabs team.

About

A sleek component library built with Radix and Shadcn, designed for scalable apps and fast shipping with Next.js.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors