rsnext/examples/with-semantic-ui
2022-05-27 21:21:40 +00: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 Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +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 or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm 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
# or
pnpm create next-app --example with-semantic-ui with-semantic-ui-app

Deploy it to the cloud with Vercel (Documentation).