From b5f6d228aba2a699f36f6e3c96231acc0722c73d Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:05:57 -0300 Subject: [PATCH] [pigment-css][docs] Edit starter template links on README (#41409) --- packages/pigment-react/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/pigment-react/README.md b/packages/pigment-react/README.md index baf514ec870234..4cf0253677cea2 100644 --- a/packages/pigment-react/README.md +++ b/packages/pigment-react/README.md @@ -4,8 +4,8 @@ Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styl - [Getting started](#getting-started) - [Why this project exists?](#why-choose-pigment-css) - - [Next.js](#nextjs-starter-template) - - [Vite](#vite-starter-template) + - [Start with Next.js](#start-with-nextjs) + - [Start with Vite](#start-with-vite) - [Basic usage](#basic-usage) - [Creating styles](#creating-styles) - [Creating components](#creating-components) @@ -35,7 +35,7 @@ Pigment CSS addresses the needs of the modern React developer by providing a zer Compared to its predecessors, Pigment CSS offers improved DX and runtime performance (though at the cost of increased build time) while also being compatible with React Server Components. Pigment CSS is built on top of [WyW-in-JS](https://wyw-in-js.dev/), enabling us to provide the smoothest possible experience for Material UI users when migrating from Emotion in v5 to Pigment in v6. -### Next.js - Starter template +### Start with Next.js Use the following commands to create a new Next.js project with Pigment CSS set up: @@ -81,7 +81,7 @@ Finally, import the stylesheet in the root `layout.tsx` file: } ``` -### Vite - Starter template +### Start with Vite Use the following commands to create a new Vite project with Pigment CSS set up: