rsnext/examples/with-semantic-ui
2021-12-25 00:07:30 +01:00
..
pages fix(examples): bring with-semantic-ui example up-to-date (#32805) 2021-12-25 00:07:30 +01:00
public fix(examples): bring with-semantic-ui example up-to-date (#32805) 2021-12-25 00:07:30 +01:00
styles fix(examples): bring with-semantic-ui example up-to-date (#32805) 2021-12-25 00:07:30 +01:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json fix(examples): bring with-semantic-ui example up-to-date (#32805) 2021-12-25 00:07:30 +01:00
README.md docs: add 'Open in StackBlitz' buttons to various examples (#25853) 2021-06-08 20:45:02 +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.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

Deploy it to the cloud with Vercel (Documentation).