elastic / next-eui-starter

Start building Kibana protoypes quickly with the Next.js EUI Starter
https://elastic.github.io/next-eui-starter/
Apache License 2.0
93 stars 30 forks source link

Template for Elastic products #55

Closed miukimiu closed 2 years ago

miukimiu commented 2 years ago

This PR updates the template to make it easier to create prototypes for our Elastic products. The old template in use was more similar to our EUI docs site and the new one is more similar to what Kibana is nowadays.

Preview

Before: https://next-eui-starter.vercel.app/

Old

After: https://next-eui-starter-git-elastic-products-miukimiu.vercel.app/

Home (2)

More changes

There are two templates to make it easier to get started:

Emotion styles

To do

chandlerprall commented 2 years ago

@miukimiu I've pushed up a small refactor to theming, switching and reloading appears to be working for me now.

miukimiu commented 2 years ago

Thanks, @chandlerprall. I tested it and it works well! 😄

miukimiu commented 2 years ago

Thanks, @thompsongl, @boriskirov, and @chandlerprall for all the help. 🙌🏽 I'm merging the PR.

@boriskirov you're welcome to improve the starter with smaller PRs.