Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Mar 5, 2024
1 parent d94dea5 commit 52bb8d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ Supports Next.js, Remix and TailwindCSS. More to come.
```jsx
import { Paragraph } from 'Paragraph.mist.css'

<Paragraph>I'm React component written in CSS only</Paragraph>
<Paragraph error>I can accept props</Paragraph>
export default const App = () => (
<main>
<Paragraph>I'm React component written in CSS only</Paragraph>
<Paragraph error>I can accept props</Paragraph>
</main>
)
```
## Documentation
Expand Down

0 comments on commit 52bb8d1

Please sign in to comment.