Skip to content

Commit

Permalink
Merge pull request #5 from aarvay/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Dec 22, 2023
2 parents f93b543 + c37bf4c commit dbfe846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can enable Tailwind autocompletion inside `twc` using the steps below:
Import `twc` and create a component using `twc.div`, where `div` stands to the tag name of the component you want to create.

```tsx filename="card.tsx"
import { tsc } from "react-twc";
import { twc } from "react-twc";

export const Card = twc.div`rounded-lg border bg-slate-100 text-white shadow-sm`;
```
Expand Down

0 comments on commit dbfe846

Please sign in to comment.