next.js/examples/with-orbit-components/app/page.tsx
page.tsx13 lines257 B
import { Alert, Illustration } from "@kiwicom/orbit-components";

export default function Home() {
  return (
    <div>
      <Alert type="success" spaceAfter="large">
        It Works!
      </Alert>
      <Illustration name="Success" />
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN