Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React Component Library From Scratch using Tailwind CSS
Rating: 3.5 out of 5(3 ratings)
67 students

React Component Library From Scratch using Tailwind CSS

Build React Component Library From Scrach using Tailwind CSS
Last updated 4/2023
English

What you'll learn

  • This course is about building our own component library from scratch using the world's first utility framework, Tailwind CSS.
  • Button: A clickable element that is used to trigger an action or submit a form.
  • Input Field: A form element that allows users to input data, such as text or numbers.
  • Tailwind CSSPage Header: A section at the top of a page that typically includes a title and navigational links.
  • Spinner: An animated icon used to indicate that a process is in progress and the user should wait.
  • Tabs: A navigation element that allows users to switch between different content sections within a page.
  • Autocomplete: A form element that provides suggestions as the user types, often used for searching or selecting options.
  • Table: A grid of data organized into rows and columns.
  • Modal: A temporary overlay or popup window that displays additional information or requires user action.
  • Navbar: A navigation element that typically appears at the top of a page and includes links to other sections of the site.
  • Select Field: A form element that allows users to choose from a list of options typically displayed as a dropdown menu.

Course content

12 sections33 lectures4h 19m total length
  • Promo8:30

    Learn to build a React component library from scratch with Tailwind CSS, using props to drive multiple button variants and other essentials like input, modal, and tabs.

  • React App Setup4:49

    Set up a React application for the UI component library using create-react-app, run npm start to preview at localhost:3000, and customize App.js and index.html to remove defaults for next lecture.

  • Installing Libraries11:24

    Install npm modules for a React component library, including react-router-dom, classnames, and Tailwind CSS, set up the project structure, and scaffold button and input components with nested routes and outlets.

  • List Components in Homepage16:48

Requirements

  • React and JS Basics
  • Javascript Basics

Description

Hello and welcome to our course on building a component library from scratch using Tailwind CSS!


In this course, you will learn how to create a variety of components such as buttons, input fields, page headers, spinners, tabs, autocomplete fields, tables, modals, navbars, and select fields. By the end of this course, you will have the skills and knowledge needed to build your own custom component library from scratch.


We will be using Tailwind CSS, the world's first utility framework, to build our components. You will learn how to use Tailwind's utility classes to style your components and make them responsive to different screen sizes.


Here's a breakdown of the components we will be building:


  1. Button: A clickable element that is used to trigger an action or submit a form.

  2. Input Field: A form element that allows users to input data, such as text or numbers.

  3. Page Header: A section at the top of a page that typically includes a title and navigational links.

  4. Spinner: An animated icon used to indicate that a process is in progress and the user should wait.

  5. Tabs: A navigation element that allows users to switch between different content sections within a page.

  6. Autocomplete: A form element that provides suggestions as the user types, often used for searching or selecting options.

  7. Table: A grid of data organized into rows and columns.

  8. Modal: A temporary overlay or popup window that displays additional information or requires user action.

  9. Navbar: A navigation element that typically appears at the top of a page and includes links to other sections of the site.

  10. Select Field: A form element that allows users to choose from a list of options typically displayed as a dropdown menu.


This course is ideal for developers who want to learn how to build components from scratch using Tailwind CSS. Whether you are a beginner or an experienced developer, you will gain valuable skills and knowledge that you can apply to your own projects.

Building a component library from scratch can be a challenging task, but it can also be a rewarding experience. By creating a set of reusable components, developers can save time and improve the consistency and quality of their code. In addition, component libraries can be shared with other developers, making it easier to collaborate on projects and maintain a consistent design language across different applications.

When building a component library, it is important to consider factors such as accessibility, usability, and responsiveness. Components should be designed with a focus on user experience and should be tested across a range of devices and screen sizes to ensure they work properly in different contexts.

Overall, building a component library using Tailwind CSS can be a great way to improve the efficiency and quality of your development process. By creating reusable components that can be easily integrated into different projects, you can save time and improve the consistency and quality of your code.


Who this course is for:

  • This course is ideal for developers who want to learn how to build components from scratch using Tailwind CSS. Whether you are a beginner or an experienced developer, you will gain valuable skills and knowledge that you can apply to your own projects.