A simple and interactive component library built using React and CSS.
- General Info
- Screenshots
- Technologies
- Setup
- Code Examples
- Features
- Project Status
- Inspiration
- Contact
This is a React component library containing reusable UI elements such as badges, banners, cards, and testimonials.
- React.js
- CSS
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install dependencies:
npm install
- Start the development server:
npm start
<Badge color="blue" className="pill">
Badge
</Badge>
<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>
- Reusable UI components
- Easy customization
- Modular design
Currently in development for learning and practice purposes.
This project was created to practice building reusable React components and improve front-end development skills.
For any inquiries, reach out at boba-milktea.