Button
The button wraps Base UI’s button component with a small default style.
import { Button } from "density-base-ui";
export default function ButtonExample() {
return <Button type="button">Save changes</Button>;
} The button wraps Base UI’s button component with a small default style.
import { Button } from "density-base-ui";
export default function ButtonExample() {
return <Button type="button">Save changes</Button>;
}