0.1.10 • Published 1 year ago

ah-react-ts-ui v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ah-react-ts-ui

ah-react-ts-ui is a customizable and reusable React-TypeScript library, providing a collection of modern and customizable UI components for building stunning user interfaces. This library includes various components with easy-to-use props and events. The components are designed to be highly reusable, performant, and easily integratable into any React TypeScript based application. This library aims to simplify the process of building beautiful and functional UI, saving developers time and effort.

Installation

You can use npm to install ah-react-ts-ui:

npm install ah-react-ts-ui

Usage

You can import various components from ah-react-ts-ui into your project and use them:

import { Button } from 'ah-react-ts-ui';
<Button
    width='200px'
    height='40px'
    color='red'
    textColor='white'
    textSize='14px'
    textWeight='400'
    borderRadius='8px'
    variant='contain'
    className='my-class'
    onClick={() => {
        console.log('Button clicked!');
    }}
>
    Get Started
</Button>

Learn More

For more information and examples of usage for all the components, please refer to the official documentation of the project.