Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heyjul3s/artifak
- Owner: heyjul3s
- License: mit
- Created: 2020-08-10T02:36:33.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-28T02:13:24.000Z (over 1 year ago)
- Last Synced: 2024-11-29T02:38:27.494Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.artifak.dev
- Size: 3.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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**