typetailui
v0.22.0
Published
## Overview TypeTailUI is a mobile-first UI library designed to accelerate the development of web applications. Harnessing the power of ReactJS, TypeScript, and Tailwind CSS, this library offers a range of components specifically tailored for creating res
Downloads
27
Maintainers
Readme
TypeTailUI
Overview
TypeTailUI is a mobile-first UI library designed to accelerate the development of web applications. Harnessing the power of ReactJS, TypeScript, and Tailwind CSS, this library offers a range of components specifically tailored for creating responsive and efficient mobile-first web interfaces. Our goal is to simplify the development process without sacrificing flexibility or performance. GitHub Repository
Installation
To start using TypeTailUI in your project, install it via npm:
npm install typetailui
# or
yarn add typetailui
Usage
Importing components
You can import individual components from typetailui like so:
import { Button, Text } from 'typetailui';
Using components
Here's an example of using the Button component:
import React from 'react';
import { Button } from 'typetailui';
const MyComponent = () => {
return (
<Button title="Click Me" onClick={() => console.log('Button clicked')}/>
);
};
export default MyComponent;
Available Components
- ActivitiIndicator
- Alert
- BackgroundImage
- Button
- CheckBoxButton
- Container
- CopyableText
- ErrorBoundary
- Footer
- GroupBox
- H1-H4
- Image
- ImageSlider
- Input
- JsonEditor
- NumericInput
- RadioButton
- Select
- Text
- TextEditor
- TextArea
- YouTubeVideo
- ProgressTracker
License
TypeTailUI is licensed under the Apache License 2.0. See the LICENSE file for more information.