使用 CSS
.button {
padding: 20px;
}import React from 'react'
import './button.css'
const Button = () => <button className="button">Click</button>Last updated
Was this helpful?
.button {
padding: 20px;
}import React from 'react'
import './button.css'
const Button = () => <button className="button">Click</button>Last updated
Was this helpful?
Was this helpful?