Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heyjul3s/artifak

Artifak is a React UI primitive components library to help you scaffold component system in your React project
https://github.com/heyjul3s/artifak

Last synced: about 2 months ago
JSON representation

Artifak is a React UI primitive components library to help you scaffold component system in your React project

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/heyjul3s/artifak.svg?branch=master)](https://travis-ci.org/heyjul3s/artifak)    [![Known Vulnerabilities](https://snyk.io/test/github/heyjul3s/artifak/badge.svg)](https://snyk.io/test/github/{heyjul3s}/{artifak})    [![Maintainability](https://api.codeclimate.com/v1/badges/36a0a29fb2939f8f4d79/maintainability)](https://codeclimate.com/github/heyjul3s/artifak/maintainability)    [![npm version](https://badge.fury.io/js/artifak.svg)](https://badge.fury.io/js/artifak)    
[![Coverage Status](https://coveralls.io/repos/github/heyjul3s/artifak/badge.svg?branch=develop)](https://coveralls.io/github/heyjul3s/artifak?branch=develop)

# Artifak

Artifak is a React UI primitive components library to help you scaffold component system in your React project and is built with Styled System. Documentation can be found at [Artifak](https://artifak.dev).

## Installation

For the whole Artifak lot, you can install it via...

Yarn

```sh
yarn add artifak
```

NPM

```sh
npm install artifak
```

Packages can also be installed independently. Simply do `yarn add ` or `npm install ` to add them to your list of dependencies. Below is a list of available packages.

- @artifak/**container**
- @artifak/**grid**
- @artifak/**typography**
- @artifak/**flex**
- @artifak/**text-input**
- @artifak/**component-generator**
- @artifak/**imagery**
- @artifak/**media**
- @artifak/**fluidsizing**
- @artifak/**usematchmedia**
- @artifak/**usewindowsize**
- @artifak/**usedebouncedfn**
- @artifak/**hextorgb**
- @artifak/**hextorgba**
- @artifak/**pxtoem**
- @artifak/**pxtorem**