Skip to content

Commit

Permalink
Added correct types to codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io authored Mar 15, 2023
1 parent 588939e commit 5af3714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn add @gryt/ui @tailwindcss/typography tailwind daisyui

### Tailwind preset

```ts
```js
// tailwind.config.js

module.exports = {
Expand All @@ -29,7 +29,7 @@ module.exports = {

### Styling

```tsx
```jsx
// _app.tsx

import { AppProps } from 'next/app';
Expand All @@ -44,7 +44,7 @@ export default function App({ Component, pageProps }: AppProps) {

### Button

```tsx
```jsx
// somepage.tsx

import React, { Component } from 'react'
Expand Down

0 comments on commit 5af3714

Please sign in to comment.