Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 796 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 796 Bytes

SimpleUI-Kit

  • This repository contains a simple UI Components created using CSS in a Next.js application. Additionally, it incorporates the React Formik library for handling forms efficiently. This project serves as a practice exercise for honing your skills in styling with CSS, working with Next.js, and utilizing the Formik library for form management.

Features

  • CSS Styling: Explore and practice different CSS styling techniques to enhance the visual appeal of your application.

  • Next.js Framework: Leverage the power of Next.js for building a React application with server-side rendering, routing, and other advanced features.

  • React Formik Library: Efficiently manage forms in React with the help of Formik, a popular form library that simplifies form validation and handling.