Skip to content

codenteq/interfeys

Repository files navigation

İnterfeys Design System Logo

Interfeys Design System

NPM Package Stable License jsDelivr hits semantic-release: angular

Interfeys is a design system provided by Codenteq to create a consistent UI/UX for app users.

Web implementation of the design system is created as native web components so it can be used within every type of web frameworks including React. Our target is providing a UI library that has neatly designed and developed for providing best possible user experience for the users of applications that uses Interfeys DS.

Getting Started

First, install the package:

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.

'./node_modules/@codenteq/**/*.{js,ts,jsx,tsx}'
<Button
  type={'button'}
  label={'Interfeys works!'}
/>

How to contribute

Interfeys Design System is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.

Useful Links