Skip to content

Commit

Permalink
Merge pull request #16 from ahmetarsiv/master
Browse files Browse the repository at this point in the history
Configuration added
  • Loading branch information
ahmetarsiv committed Mar 16, 2024
2 parents 7c90f01 + 49f6766 commit 069377d
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 294 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ Web implementation of the design system is created as native web components so i
## Getting Started

First, install the package:

```bash
npm i @codenteq/interfeys
```

In order for the styles to be applied correctly, you will need to ensure that the path to @codenteq is included in the content field of your `tailwind.config.ts`.
```javascript
'./node_modules/@codenteq/**/*.{js,ts,jsx,tsx}'
```

```typescript
<Button
type={'button'}
Expand Down
Loading

0 comments on commit 069377d

Please sign in to comment.