@reacom/react-hive
v0.1.4
Published
## Overview
Downloads
492
Readme
React Component Library
Overview
Welcome to the React Component Library! This project is a reusable library of React components initiated with Vite and created using Storybook, all implemented with TypeScript. This library is designed to provide a flexible and efficient way to build user interfaces by leveraging the power of reusable components.
Features
- Vite Powered: Fast and optimized development environment with hot module replacement.
- Storybook Integration: An interactive environment for developing and testing components in isolation.
- TypeScript: Strongly typed development for better code quality and maintainability.
- Tailwind CSS: Utility-first CSS framework for rapid UI development, ensuring responsive and modern designs.
Installation
To install and set up the library in your project, follow these steps:
NPM Installation:
run "npm install @reacom/react-hive"
To make use of existing TailwindCSS styles Simply import the exposed styles from the /dist directory in the root of your application.
import "@reacom/react-hive/dist/style.css"