Click on any topic to go there
-
All Css Most Important Website And Cdn File Link Up:)
- Tailwind Css Use:)
- Preline UI crafted with Tailwind CSS:)
- DaisyUi Tailwind Css React Component Library:)
- NavigateUi Tailwind Css React Component Library:)
- Shad Cn Awesome Tailwind React Component Library:)
- Aceternity UI Really Awesome Tailwind React Component Library:)
- Park Ui Awesome Tailwind React Component Library:)
- Tailwind Css Components Library Flowbites:)
- Tailwind Use On Preact Or Any Other Library:)
- Wickedblocks Tailwind Css:)
- Tailwind Css Kutty:)
- Tailwind Css MambaUI React:)
- Tailwind Css TailBlocks:)
- Tailwind Css tailwindcomponents:)
- Tailwind Css kit:)
- Tailwind Css MerakiUI
- Tailwind Css UI Kit React:)
- Tailwind Css React Full Templates:)
- HeroIcons Download Png & Svg Image:)
- Tailwind Css Top quality open-source UI Kit:)
- Awesome TailwindCss Cheatsheets:)
- TailwindCss Orginal CHEATSHEET:)
- Tailwind Css Free Templates:)
- Tailwind Css Hyper Ui:)
- Kimia Ui React Tailwind Css:)
- TAILWIND Css STARTER KIT React:)
- Wind Ui Tailwind Css Or React Awesome Ui Components Library:)
https://tailwindui.com/
https://tailwindcss.com/docs/installation
https://preline.co/examples.html
https://daisyui.com/components/
Daisy UI Use Command & Cdn Link:)
npm i daisyui
Use Cdn Daisy UI:)
<!--* ====Daisy UI Cdn Fil Link Up===== *-->
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.50.2/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
Tailwind Css Config File Use:)
tailwind.config.js
npx tailwindcss init
//tailwind.config.js
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
https://navigateui.com/
https://ui.shadcn.com/
Aceternity UI Really Awesome Tailwind React Component Library:)
https://ui.aceternity.com/
https://park-ui.com
https://flowbite.com/
Free Tailwind React Components npx create-tw@latest <project-name> --template <id>
*
Install Npm Tailwind React Templates
npx create-tw@latest my-app --template react
Install Yarn Tailwind React Templates
yearn create tw my-app --template react
https://larainfo.com/blogs/install-tailwind-css-in-preact
Wickedblocks A free collection of Tailwind blocks & components
https://wickedblocks.dev/
https://kutty.netlify.app/components/
Mamba UI is a free, open-source collection of UI components and templates based on Tailwind CSS.
https://www.mambaui.com/components
https://tailblocks.cc/
All Tailwind CSS Components On Of The Best Modern Free Twilwind Components Tools
https://tailwindcomponents.com/components
Tailwind Kit.com Use Redimate Template & Components In Tailwind Css
https://www.tailwind-kit.com/components
MerakiUI Application UI Awesome Tailwind CSs Components Library
https://merakiui.com/
Tailwind UI Kit Awesom Important And HelpFull Components Library:)
https://tailwinduikit.com/components
https://www.creative-tim.com/templates/tailwind
Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS. Hero Icons
https://heroicons.com/
https://tailwind-elements.com/
https://flowbite.com/tools/tailwind-cheat-sheet/
https://nerdcave.com/tailwind-cheat-sheet
https://tailwindtemplates.co/templates
HyperUI Free Open Source Tailwind CSS Components Responsive & Awesome Ui:)
https://www.hyperui.dev/
A collection of UI Components for React built with Tailwind CSS 3
https://kimia-ui.vercel.app/templates/dashboards
https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/css/alerts
Wind UI - Tailwind Css Or React Awesome Ui Components Library:)
<img src="https://random.imagecdn.app/500/150">
https://random.imagecdn.app/500/150
<img src="https://source.unsplash.com/random/200x200?sig=1" />
<img src="https://source.unsplash.com/random/200x200?sig=2" />
<img src="https://source.unsplash.com/random/200x200?sig=3" />
Use Cdn For Show Random Images Source Unsplash:)
https://source.unsplash.com/random/200x200?sig=1
Random Image Variant Changed :)
Random
> https://source.unsplash.com/random
Size
> https://source.unsplash.com/300x300
Search term
> https://source.unsplash.com/random/?productivity,city
Filter user
> https://source.unsplash.com/user/wsanter
License
> https://unsplash.com/license
https://source.unsplash.com/user/wsanter
https://source.unsplash.com/random/?productivity,city
https://snippet-generator.app/
1st Step
npm install recharts
<script src="https://unpkg.com/react/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/prop-types/prop-types.min.js"></script>
<script src="https://unpkg.com/recharts/umd/Recharts.js"></script>
2nd step
import React from 'react';
import { Pie, PieChart, Tooltip } from 'recharts';
const Rechart = () => {
let students = [
{ id: 1, name: 'John Smith', roll: 'A1', phy: 78, che: 86, math: 92 },
{ id: 2, name: 'Jane Doe', roll: 'A2', phy: 64, che: 73, math: 81 },
{ id: 3, name: 'Michael Brown', roll: 'A3', phy: 81, che: 92, math: 77 },
{ id: 4, name: 'Jessica Lee', roll: 'A4', phy: 89, che: 78, math: 85 },
{ id: 5, name: 'David Kim', roll: 'A5', phy: 74, che: 80, math: 90 },
{ id: 6, name: 'Samantha Chen', roll: 'A6', phy: 68, che: 96, math: 88 },
{ id: 7, name: 'Thomas Nguyen', roll: 'A7', phy: 82, che: 87, math: 79 },
{ id: 8, name: 'Emily Davis', roll: 'A8', phy: 90, che: 84, math: 93 },
{ id: 9, name: 'Daniel Wilson', roll: 'A9', phy: 77, che: 91, math: 75 },
{ id: 10, name: 'Ashley Hernandez', roll: 'A10', phy: 83, che: 79, math: 89 },
{ id: 11, name: 'Joseph Martinez', roll: 'A11', phy: 72, che: 82, math: 84 },
{ id: 12, name: 'Olivia Kim', roll: 'A12', phy: 91, che: 88, math: 78 },
];
return (
<div>
<PieChart width={730} height={250}>
<Pie data={students} dataKey="math" nameKey="name" cx="50%" cy="50%" outerRadius={50} fill="#8884d8" />
<Pie data={students} dataKey="che" nameKey="name" cx="50%" cy="50%" innerRadius={60} outerRadius={80} fill="#82ca9d" label />
<Tooltip />
</PieChart>
</div>
);
};
export default Rechart;
Use Tw Eassyli Install On Tailwind CSS All Modern Languages:)
https://github.com/andrejjurkin/create-tw