Skip to main content

Button.Close

Button for closing.

Import

import { Button } from "@dhua5922/react-native-kit";

Examples

Live Editor
function Example() {
  return (
    <Div>
      <Button.Close />
      <Button.Close>Close</Button.Close>
    </Div>
  );
}
Result
Loading...

Props

note

Include all props from Button