@thansil
- Member Since
- Nov 16, 2024
- Lessons Completed
- 16
- Comments Contributed
- 1
- Hours Watched
- 2.47
Recent Activity
Here's what @thansil has been up to this past year
-
Completed lesson Sorting Difficulties with Drag & Drop
-
Replied to discussion TailwindCSS plugins installation issue
/** @type {import('tailwindcss').Config} */ import tailwindForm from '@tailwindcss/forms' import flowbite from 'flowbite/plugin' export default { content: ['./resources/views/**/*.edge', './node_modules/flowbite/**/*.js'], theme: { extend: { colors: { primary: '#030075', buttons: '#5453F9', secondary: '#50E2D5', }, }, }, plugins: [tailwindForm, flowbite], }
Copied!replace the required with import
-
Completed lesson Adding Button Variants
-
Completed lesson Default Layouts & Overwriting the Default Layout
-
Completed lesson Creating A Layout
-
Completed lesson Partial and Lazy Data Loading and Evaluation
-
Completed lesson Global Components and Hydration Mismatch in Action
-
Completed lesson The Link Component and Programmatic Linking
-
Completed lesson Linking Between Pages & Page State Flow
-
Completed lesson Sharing Data from AdonisJS to Vue via Inertia
-
Completed lesson The Flow of Pages and Page Props
-
Completed lesson Naive UI and Vue 3 Component Import on Demand
-
Completed lesson Listing the User's Organizations
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
Completed lesson Setting Up TailwindCSS, Shadcn-Vue, and Automatic Component Imports
-
Completed lesson What Are Some of Inertia's Limitations
-
Completed lesson The Form Dialog Component & Adding Organizations
-
Account created Welcome to Adocasts, @thansil!