v2.0WebKit
  • Components

  • Backgrounds

  • Buttons

  • QR Genaretor

  • Minify

  • new

    Glass Morphism

  • Age Calculator

getting-started

  • Overview
  • Usage
  • Faq

Components

  • All Components
  • Inputs
  • Input
  • Textarea
  • Number
    new
  • Checkbox
    update
  • Switch
  • Strong Password
    new
  • Select
  • Radio
  • Range
  • File
  • OTP Input
  • Buttons
  • Normal Button
  • Login Button
  • Dropdown Button
  • Animated Button
  • Surfaces
  • Cards
  • Accordion
  • App bar
  • Image Gallery
  • Navigation
  • Pagination
  • Progress Bar
  • Chip
  • Breadcrumb
  • Rating
  • Stepper
  • Modal
  • Tabs
  • Feedback
  • Skeleton
  • Alert Message
  • Dialog
  • Testimonial
  • Loader
  • Notification
  • Data Display
  • Badge
    new
  • Tooltip
  • Timeline
  • Randoms
  • Code
  • Snippet

Usage

Learn the basics of working with WeBkity UI components.

Installation

Install Tailwind CSS, the world's most popular css framework.

Default installation

Run one of the following commands to add Material UI to your project:

1npm install -D tailwindcss postcss autoprefixer
1npx tailwindcss init -p

Configure your template paths

1
2/** @type {import('tailwindcss').Config} */
3export default {
4  content: [
5    "./index.html",
6    "./src/**/*.{js,ts,jsx,tsx}",
7  ],
8  theme: {
9    extend: {},
10  },
11  plugins: [],
12}
13                    

Add the Tailwind directives to your CSS

1
2@tailwind base;
3@tailwind components;
4@tailwind utilities;
5                    

Use Components

This is an input text field. Use it to enter your information, which will be processed accordingly.

All Components