Skip to content

ikramuzzaman455173/most-important-website-and-cdn-file-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

Most Important Website & Cdn File Links Up 🙋‍♂️

Table of content Most Important Website & Cdn File Links Up 😃

Click on any topic to go there


All Css Most Important Website And Cdn File Links Up 🙋‍♂️

Tailwind Css Use:)

Tailwind Ui Website:)

https://tailwindui.com/

Tailwind Css Website:)

https://tailwindcss.com/docs/installation

Preline UI crafted with Tailwind CSS:)

Preline UI crafted with Tailwind CSS

https://preline.co/examples.html

Tailwind Css Components Library daisyUI components:)

DaisyUi Tailwind Css React Component Library

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: [],
}

NavigateUi Tailwind Css React Component Library

NavigateUi Tailwind Css React Component Library:)

https://navigateui.com/

Shad Cn Awesome Tailwind React Component Library

Shad Cn Awesome Tailwind React Component Library:)

https://ui.shadcn.com/

Aceternity UI Really Awesome Tailwind React Component Library

Aceternity UI Really Awesome Tailwind React Component Library:)

https://ui.aceternity.com/

Park Ui Awesome Tailwind React Component Library

Park Ui Awesome Tailwind React Component Library:)

https://park-ui.com

Tailwind Css Components Library Flowbites:)

Tailwind Css Components Library Flowbites:)

https://flowbite.com/

Tailwind Use On Preact Or Any Other Library:)

Tailwind Use On Preact Or Any Other Library:)

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 Tailwind Css:)

Wickedblocks A free collection of Tailwind blocks & components

https://wickedblocks.dev/

Tailwind Css Kutty

Kutty Components

https://kutty.netlify.app/components/

Tailwind Css MambaUI React:)

Mamba UI is a free, open-source collection of UI components and templates based on Tailwind CSS.

https://www.mambaui.com/components

Tailwind Css TailBlocks:)

TailBlock Modern And Responsive Tailwind Css Components

https://tailblocks.cc/

Tailwind Css tailwindcomponents:)

All Tailwind CSS Components On Of The Best Modern Free Twilwind Components Tools

https://tailwindcomponents.com/components

Tailwind Css kit:)

Tailwind Kit.com Use Redimate Template & Components In Tailwind Css

https://www.tailwind-kit.com/components

Tailwind Css MerakiUI:)

MerakiUI Application UI Awesome Tailwind CSs Components Library

https://merakiui.com/

Tailwind Css UI Kit React:)

Tailwind UI Kit Awesom Important And HelpFull Components Library:)

https://tailwinduikit.com/components

Tailwind Css React Full Templates:)

TailwindCss And React Free Best Redimates Templates Site:)

https://www.creative-tim.com/templates/tailwind

HeroIcons Download Png Svg Image:)

Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS. Hero Icons

https://heroicons.com/

Tailwind Css Top quality open-source UI Kit:)

Top quality open-source UI Kit

https://tailwind-elements.com/

Awesome TailwindCss Cheatsheets:)

Awesome TailwindCss Cheatsheets:)

https://flowbite.com/tools/tailwind-cheat-sheet/

TailwindCss Orginal CHEATSHEET:)

TailwindCss Orginal CHEATSHEET:)

https://nerdcave.com/tailwind-cheat-sheet

Tailwind Css Free Templates:)

Free Tailwind CSS Templates:)

https://tailwindtemplates.co/templates

Tailwind Css Hyper Ui:)

HyperUI Free Open Source Tailwind CSS Components Responsive & Awesome Ui:)

https://www.hyperui.dev/

Kimia Ui React Tailwind Css:)

A collection of UI Components for React built with Tailwind CSS 3

https://kimia-ui.vercel.app/templates/dashboards

TAILWIND Css STARTER KIT React:)

A beautiful extension for TailwindCSS:)

https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/css/alerts

Wind Ui Tailwind Css Or React Awesome Ui Components Library:)

Wind UI - Tailwind Css Or React Awesome Ui Components Library:)

Random Image Generator Cdn Link:)

Random Image API:)

<img src="https://random.imagecdn.app/500/150">
https://random.imagecdn.app/500/150

Source Unsplash For Unlimited Professional Free Images:)

<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

Awesome And Best Important HelpFull Tools:)

snippet generator

https://snippet-generator.app/

Javascript Charts Library Rechart.js

Rechart Js Use And Install:)

1st Step

npm install recharts

Or Install And Use :)

<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;

Create Tailwind Templates On React Or Other Languages:)

Use Tw Eassyli Install On Tailwind CSS All Modern Languages:)

https://github.com/andrejjurkin/create-tw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published