Skip to content

Commit

Permalink
[pigment-css][docs] Edit starter template links on README (#41409)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 8, 2024
1 parent 27b8c76 commit b5f6d22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/pigment-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:

Expand Down Expand 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:

Expand Down

0 comments on commit b5f6d22

Please sign in to comment.