## Button Usage example: ```typescript jsx import { Button } from '@project-1114/ui-kit' export function App(){ return ( <> Click on me You can't click on me Approve the all changes > ) } ```