rsnext/examples/with-skynexui-components
2022-05-27 21:21:40 +00:00
..
pages docs: add skynexui to examples (#33326) 2022-01-17 19:15:05 +00:00
.gitignore docs: add skynexui to examples (#33326) 2022-01-17 19:15:05 +00:00
package.json docs: add skynexui to examples (#33326) 2022-01-17 19:15:05 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00

Example app with @skynexui/components

Next.js ships with styled-jsx allowing you to write scoped styled components with full CSS support. This is important for the modularity and code size of your bundles and also for the learning curve of the framework. If you know CSS you can write styled-jsx right away.

With @skynexui/components you will be allowed to use the advantages of styled-jsx in a component utility first approach to create your own UI with good and configurable defaults.

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-skynexui-components with-skynexui-components-app
# or
yarn create next-app --example with-skynexui-components with-skynexui-components-app
# or
pnpm create next-app --example with-skynexui-components with-skynexui-components-app

Deploy it to the cloud with Vercel (Documentation).