Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NextUI example #38209

Merged
merged 56 commits into from Sep 29, 2022
Merged
Show file tree
Hide file tree
Changes from 52 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
02a99bb
Add nextui example
valcosmos Jun 30, 2022
c573f41
Merge branch 'canary' into canary
valcosmos Jun 30, 2022
bcb9461
Merge branch 'canary' into canary
valcosmos Jun 30, 2022
bf6b58a
Merge branch 'canary' into canary
valcosmos Jul 1, 2022
3f8cb4b
Merge branch 'canary' into canary
valcosmos Jul 2, 2022
c2c4bfc
Merge branch 'canary' into canary
valcosmos Jul 2, 2022
a048de3
Merge branch 'canary' into canary
valcosmos Jul 2, 2022
9074103
Merge branch 'canary' into canary
valcosmos Jul 3, 2022
c31e9b5
Merge branch 'canary' into canary
valcosmos Jul 4, 2022
2e457c3
Merge branch 'canary' into canary
valcosmos Jul 4, 2022
874efd3
Merge branch 'canary' into canary
valcosmos Jul 5, 2022
e086821
Merge branch 'canary' into canary
valcosmos Jul 5, 2022
64d62aa
Merge branch 'canary' into canary
valcosmos Jul 5, 2022
b011ffc
Update index.tsx
valcosmos Jul 5, 2022
ecb19aa
format code with prettier
valcosmos Jul 6, 2022
309ae01
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
e55e04b
Update examples/with-next-ui/package.json
valcosmos Jul 6, 2022
33bc174
Update examples/with-next-ui/package.json
valcosmos Jul 6, 2022
bea4d04
Update examples/with-next-ui/package.json
valcosmos Jul 6, 2022
c846e66
Update examples/with-next-ui/package.json
valcosmos Jul 6, 2022
210e9e2
Apply suggestions from code review
balazsorban44 Jul 6, 2022
4c8560f
Delete hello.ts
balazsorban44 Jul 6, 2022
b6c3915
remove some unrelated file and code
valcosmos Jul 6, 2022
ff095c6
remove some unrelated file and code
valcosmos Jul 6, 2022
dcc2e5a
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
ee82ad8
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
646aa16
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
798651b
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
6620d30
remove some unrelated code
valcosmos Jul 6, 2022
be2c806
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
305e297
Merge branch 'canary' into canary
valcosmos Jul 6, 2022
70e78a4
Merge branch 'canary' into canary
valcosmos Jul 7, 2022
3b3e456
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
911838f
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
7aa5e54
Update examples/with-next-ui/package.json
valcosmos Jul 8, 2022
d8174b9
Update examples/with-next-ui/package.json
valcosmos Jul 8, 2022
18cfc08
Update examples/with-next-ui/package.json
valcosmos Jul 8, 2022
f490b5d
Update next.config.js
valcosmos Jul 8, 2022
6fa427c
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
260527e
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
bb52f98
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
92283e1
Merge branch 'canary' into canary
valcosmos Jul 8, 2022
898fca3
Add TypeScript to the ant-design example
valcosmos Jul 9, 2022
cfdbcf1
Revert "Add TypeScript to the ant-design example"
valcosmos Jul 9, 2022
dda03e9
add swcMinify to nextui example
valcosmos Jul 9, 2022
b55c6c1
Merge branch 'canary' into canary
valcosmos Jul 10, 2022
aaf94ef
Merge branch 'vercel:canary' into canary
valcosmos Jul 11, 2022
80aa62f
Update examples/with-next-ui/package.json
balazsorban44 Jul 11, 2022
3faad2e
Merge branch 'canary' into canary
valcosmos Jul 11, 2022
e7517de
remove some warnings in next-ui example
valcosmos Jul 11, 2022
73f1ca9
Merge branch 'canary' into canary
valcosmos Jul 11, 2022
7f3cc39
Merge branch 'canary' into canary
valcosmos Jul 19, 2022
32c107b
Delete next-env.d.ts
balazsorban44 Sep 29, 2022
8345c5a
Update examples/with-next-ui/.gitignore
balazsorban44 Sep 29, 2022
973acb9
Merge branch 'canary' into canary
balazsorban44 Sep 29, 2022
5dc6a77
Merge branch 'canary' into canary
kodiakhq[bot] Sep 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 35 additions & 0 deletions examples/with-next-ui/.gitignore
@@ -0,0 +1,35 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
balazsorban44 marked this conversation as resolved.
Show resolved Hide resolved
23 changes: 23 additions & 0 deletions examples/with-next-ui/README.md
@@ -0,0 +1,23 @@
# NextUI Example

This example shows how to use Next.js along with [NextUI](https://nextui.org/) of React. This is intended to show the integration of this UI toolkit with the Framework.

## Deploy your own

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-next-ui)

## How to use

Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:

```bash
npx create-next-app --example with-next-ui with-next-ui-app
# or
yarn create next-app --example with-next-ui with-next-ui-app
# or
pnpm create next-app --example with-next-ui with-next-ui-app
```

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
6 changes: 6 additions & 0 deletions examples/with-next-ui/common/interface.ts
@@ -0,0 +1,6 @@
export interface SvgProp {
fill?: string
size?: number
height?: number
width?: number
}
19 changes: 19 additions & 0 deletions examples/with-next-ui/components/Checkbox.tsx
@@ -0,0 +1,19 @@
import { Checkbox } from '@nextui-org/react'

const CustomCheckbox = () => {
return (
<Checkbox.Group
label="Select cities"
orientation="horizontal"
color="secondary"
defaultValue={['buenos-aires']}
>
<Checkbox value="buenos-aires">Buenos Aires</Checkbox>
<Checkbox value="sydney">Sydney</Checkbox>
<Checkbox value="london">London</Checkbox>
<Checkbox value="tokyo">Tokyo</Checkbox>
</Checkbox.Group>
)
}

export default CustomCheckbox
29 changes: 29 additions & 0 deletions examples/with-next-ui/components/Collapse.tsx
@@ -0,0 +1,29 @@
import { Collapse, Text } from '@nextui-org/react'

const CustomCollapse = () => {
return (
<Collapse.Group>
<Collapse title="Option A">
<Text>
I have had my invitation to this world's festival, and thus my life
has been blessed.
</Text>
</Collapse>
<Collapse title="Option B">
<Text>
In the meanwhile I smile and I sing all alone. In the meanwhile the
air is filling with the perfume of promise.
</Text>
</Collapse>
<Collapse title="Option C">
<Text>
I came out on the chariot of the first gleam of light, and pursued my
voyage through the wildernesses of worlds leaving my track on many a
star and planet.
</Text>
</Collapse>
</Collapse.Group>
)
}

export default CustomCollapse
23 changes: 23 additions & 0 deletions examples/with-next-ui/components/Mail.tsx
@@ -0,0 +1,23 @@
import { SvgProp } from '../common/interface'

export const Mail = ({ fill, size, height, width, ...props }: SvgProp) => {
return (
<svg
width={size || width || 24}
height={size || height || 24}
viewBox="0 0 24 24"
{...props}
>
<g
fill="none"
stroke={fill}
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
>
<path d="M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3" />
<path d="M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22" />
</g>
</svg>
)
}
17 changes: 17 additions & 0 deletions examples/with-next-ui/components/Password.tsx
@@ -0,0 +1,17 @@
import { SvgProp } from '../common/interface'

export const Password = ({ fill, size, height, width, ...props }: SvgProp) => {
return (
<svg
width={size || width || 24}
height={size || height || 24}
viewBox="0 0 24 24"
{...props}
>
<g fill={fill}>
<path d="M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z" />
<path d="M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z" />
</g>
</svg>
)
}
43 changes: 43 additions & 0 deletions examples/with-next-ui/components/Table.tsx
@@ -0,0 +1,43 @@
import { Table } from '@nextui-org/react'

const CustomTable = () => {
return (
<Table
aria-label="Example table with static content"
css={{
height: 'auto',
minWidth: '100%',
}}
>
<Table.Header>
<Table.Column>NAME</Table.Column>
<Table.Column>ROLE</Table.Column>
<Table.Column>STATUS</Table.Column>
</Table.Header>
<Table.Body>
<Table.Row key="1">
<Table.Cell>Tony Reichert</Table.Cell>
<Table.Cell>CEO</Table.Cell>
<Table.Cell>Active</Table.Cell>
</Table.Row>
<Table.Row key="2">
<Table.Cell>Zoey Lang</Table.Cell>
<Table.Cell>Technical Lead</Table.Cell>
<Table.Cell>Paused</Table.Cell>
</Table.Row>
<Table.Row key="3">
<Table.Cell>Jane Fisher</Table.Cell>
<Table.Cell>Senior Developer</Table.Cell>
<Table.Cell>Active</Table.Cell>
</Table.Row>
<Table.Row key="4">
<Table.Cell>William Howard</Table.Cell>
<Table.Cell>Community Manager</Table.Cell>
<Table.Cell>Vacation</Table.Cell>
</Table.Row>
</Table.Body>
</Table>
)
}

export default CustomTable
5 changes: 5 additions & 0 deletions examples/with-next-ui/next-env.d.ts
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
8 changes: 8 additions & 0 deletions examples/with-next-ui/next.config.js
@@ -0,0 +1,8 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
reactStrictMode: false,
swcMinify: true,
}

module.exports = nextConfig
20 changes: 20 additions & 0 deletions examples/with-next-ui/package.json
@@ -0,0 +1,20 @@
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.9",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"typescript": "4.7.4"
}
}
12 changes: 12 additions & 0 deletions examples/with-next-ui/pages/_app.tsx
@@ -0,0 +1,12 @@
import '../styles/globals.css'
import { NextUIProvider } from '@nextui-org/react'

import type { AppProps } from 'next/app'

export default function MyApp({ Component, pageProps }: AppProps) {
return (
<NextUIProvider>
<Component {...pageProps} />
</NextUIProvider>
)
}
37 changes: 37 additions & 0 deletions examples/with-next-ui/pages/_document.tsx
@@ -0,0 +1,37 @@
import Document, {
Html,
Head,
Main,
NextScript,
DocumentContext,
DocumentInitialProps,
} from 'next/document'

import { CssBaseline } from '@nextui-org/react'

import { Children } from 'react'

export default class MyDocument extends Document {
static async getInitialProps(
ctx: DocumentContext
): Promise<DocumentInitialProps> {
const initialProps = await Document.getInitialProps(ctx)

return {
...initialProps,
styles: Children.toArray([initialProps.styles]),
}
}

render() {
return (
<Html lang="en">
<Head>{CssBaseline.flush()}</Head>
<body>
<Main />
<NextScript />
</body>
</Html>
)
}
}
53 changes: 53 additions & 0 deletions examples/with-next-ui/pages/index.tsx
@@ -0,0 +1,53 @@
import Head from 'next/head'
import Image from 'next/image'
import styles from '../styles/Home.module.css'
import dynamic from 'next/dynamic'
import { Avatar, Pagination } from '@nextui-org/react'

const CustomCheckbox = dynamic(() => import('../components/Checkbox'))
const CustomTable = dynamic(() => import('../components/Table'))
const CustomCollapse = dynamic(() => import('../components/Collapse'))

export default function Home() {
return (
<div className={styles.container}>
<Head>
<title>NextUI Example</title>
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main className={styles.main}>
<h1>
<Avatar text="Hi" color="gradient" textColor={'white'} size={'xl'} />
</h1>
<h1 className={styles.title}>
Welcome to use <a href="https://nextui.org/">NextUI!</a>
</h1>
{/* checkout */}
<h2>Checkbox:</h2>
<CustomCheckbox></CustomCheckbox>
{/* table */}
<h2>Table:</h2>
<CustomTable></CustomTable>
{/* pagination */}
<h2>Pagination</h2>
<Pagination total={20} initialPage={1} />
{/* collapse */}
<h2>Collapse</h2>
<CustomCollapse></CustomCollapse>
</main>
<footer className={styles.footer}>
<a
href="https://vercel.com?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Powered by{' '}
<span className={styles.logo}>
<Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
</span>
</a>
</footer>
</div>
)
}
Binary file added examples/with-next-ui/public/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions examples/with-next-ui/public/vercel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.