# Button Buttons enable the merchant to initiate actions, like "add", "save", or "next". > Note: > The `plain` `ButtonType` is no longer supported as of POS 10.0.0 and defaults to `basic`. ```tsx import React from 'react' import { Button, Navigator, Screen, reactExtension, useApi } from '@shopify/ui-extensions-react/point-of-sale' const ModalComponent = () => { const api = useApi() return (