0.9.2 • Published 3 years ago

@trabee/ui v0.9.2

Weekly downloads
174
License
MIT
Repository
github
Last release
3 years ago

Trabee Design System

A react based ui components.

We created to help our team get started with creating their own react component library using:

It also features:

Install

npm install --save @trabee/ui

Development

Building

npm run build

Storybook

To run a live-reload storybook server on your local machine:

npm run storybook

To export your storybook as static files:

npm run storybook:build

Also, can deploy to gh-pages:

npm run storybook:deploy

Usage

import React from "react";
import { MotionButton } from "@trabee/ui";

const Example = () => (
  <MotionButton text="Hello Trabee" onClick={() => console.log("Hello Trabee")} />
);

export default Example;
0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago