0.1.2 • Published 12 months ago

@temploo/design-system v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Temploo's Design System

This Design System is a collection of react components that are used in app.temploo.co and is continiously developed to improve Temploo. It uses tailwindcss.

Demo

You can see the Design System live under https://.ink.temploo.co

Compatibility

The @temploo/design-system package is compatible with React only.

Getting started

To install the Design System in your project you need to install the package first

npm install @temploo/design-system --save
yarn add @temploo/design-system

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint