“React Tailwind CSS Components NPM” Kode Jawaban

React Tailwind CSS Components NPM

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-tailwindcss-components';
 
function App() {
  return (
    <Button className="shadow-2xl border-green-400 bg-green-400 rounded font-bold text-white">
      Hello World
    </Button>
  );
}
 
ReactDOM.render(<App />, document.querySelector('#app'));
Frantic Fowl

React Tailwind CSS Components NPM

// with npm
npm install react-tailwindcss-components
 
// with yarn
yarn add react-tailwindcss-components
Frantic Fowl

Jawaban yang mirip dengan “React Tailwind CSS Components NPM”

Pertanyaan yang mirip dengan “React Tailwind CSS Components NPM”

Lebih banyak jawaban terkait untuk “React Tailwind CSS Components NPM” di TypeScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya