rsnext/examples/with-semantic-ui
2020-07-19 04:38:20 +00:00
..
pages [Fix] common misspelling errors (#15288) 2020-07-19 04:38:20 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
.nowignore Updates with-semantic-ui example (#6158) 2019-01-28 08:37:24 +01:00
next.config.js Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00
package.json Clean up examples directory (#11169) 2020-03-18 13:45:31 +01:00
README.md Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00

Semantic UI example

This example shows how to use Next.js along with Semantic UI React including handling of external styles and assets. This is intended to show the integration of this UI toolkit with the Framework.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-semantic-ui with-semantic-ui-app
# or
yarn create next-app --example with-semantic-ui with-semantic-ui-app

Download manually

Download the example:

curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-semantic-ui
cd with-semantic-ui

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).