0.1.9 • Published 10 months ago

hexal-ui v0.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

HexalUI

HexalUI is a modular and customizable UI component library built for React. With a wide range of pre-built, reusable components, HexalUI makes it easy to build modern, responsive user interfaces without sacrificing flexibility.

Official Website

For full documentation and live demos, visit: https://www.hexalui.com/

Developer's LinkedIn

To hire me, message me on: https://www.linkedin.com/in/rohan-gotwal/

Features

  • Pre-built Components: Includes buttons, cards, modals, and more.
  • Customizable: Easily style and extend components using Tailwind CSS.
  • Framer Motion Animations: Built-in animation support with Framer Motion.
  • Storybook Integration: Fully documented components with interactive previews in Storybook.
  • TypeScript Support: Type-safe components for better development experience.

Installation

You can install HexalUI via npm:

npm install hexal-ui tailwindcss postcss autoprefixer framer-motion

Or, if you're using Yarn:

yarn add hexal-ui tailwindcss postcss autoprefixer framer-motion

Usage

HexalUI components are easy to integrate into your React project. Here’s a quick example of how to use the Button component.

Example: Using the Button Component

import React from 'react';
import { Button } from 'hexal-ui';

const App = () => {
  return (
    <div className="app-container">
      <Button variant="primary">Click Me</Button>
    </div>
  );
};
export default App;
0.1.8

10 months ago

0.1.7

10 months ago

0.1.9

10 months ago

0.1.6

10 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.5

11 months ago

0.1.0

11 months ago