Skip to content

boba-milktea/component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 React Component Library

A simple and interactive component library built using React and CSS.

📑 Table of Contents


📌 General Info

This is a React component library containing reusable UI elements such as badges, banners, cards, and testimonials.

🖼️ Screenshots

react-component-screentshot-1 react-component-screentshot-2

🛠 Technologies

  • React.js
  • CSS

⚙️ Setup

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd <project-directory>
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start

🧩 Code Examples

Example Badge Component:

<Badge color="blue" className="pill">
  Badge
</Badge>

Example Banner Component:

<Banner className="singleline" type="success">
  <Banner.Success>
    <img src="../src/assets/check-circle.png" alt="Success icon" />
  </Banner.Success>
  <Banner.Text>
    <Banner.Title>Congratulations!</Banner.Title>
  </Banner.Text>
</Banner>

✨ Features

  • Reusable UI components
  • Easy customization
  • Modular design

🚧 Project Status

Currently in development for learning and practice purposes.

💡 Inspiration

This project was created to practice building reusable React components and improve front-end development skills.

📬 Contact

For any inquiries, reach out at boba-milktea.

Releases

No releases published

Packages

No packages published