This is the first draft of the Document, it will be updated soon!

@quickat/ui

Components Document and Playground

A customizable UI component library built with TypeScript and Tailwind CSS, featuring Input Field, Checkbox, Button, Modal Box, and Badge components.

Requirements

Installation

npm install @quickat/ui

Add Stylings in tailwind.config.js

module.exports = {
    content: [
        "./node_modules/@quickat/ui/dist/**/*.js"
    ]
}

Components

Developer Information

Library Maintainer: Shirish

Version: 1.0.0

License: MIT

GitHub Repository