Skip to content

Commit

Permalink
Merge pull request #32 from ahmetarsiv/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
karabayyazilim authored Sep 19, 2024
2 parents 43fe8ae + 2164e2f commit 4d2acdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ In order for the styles to be applied correctly, you will need to ensure that th
```

```typescript
<Button
type={'button'}
label={'Interfeys works!'}
/>
import { Button } from '@codenteq/interfeys';

export function Primary() {
return <Button>Interfeys works!</Button>;
}
```

## How to contribute
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codenteq/interfeys",
"version": "0.7.0",
"version": "0.7.1",
"description": "Codenteq Interfeys Design System",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4d2acdc

Please sign in to comment.