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

https://github.com/togakurecss/components-old

(in development)
https://github.com/togakurecss/components-old

angular hacktoberfest javascript react typescript vanilla vue

Last synced: 5 months ago
JSON representation

(in development)

Awesome Lists containing this project

README

          

# Togakure Components

[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)
[![GitHub issues](https://img.shields.io/github/issues/tgkr/components.svg)](https://github.com/tgkr/components/issues)
![GitHub package.json version](https://img.shields.io/github/package-json/v/tgkr/components.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/tgkr/components.svg)
![GitHub top language](https://img.shields.io/github/languages/top/tgkr/components.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/tgkr/components.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/tgkr/components/total.svg)

![Togakure](./internals/images/cover.png)

Project that brings together interface components that use the main libraries and frameworks of the front end development community.

## Usage

```
// Vanilla
// localhost:9000
yarn storybook:vanilla

// React
// localhost:9001
yarn storybook:react

// Vue
// localhost:9002
yarn storybook:vue

// Angular
// localhost:9003
yarn storybook:angular
```

## Build

```
// Vanilla
yarn build-storybook:vanilla

// React
yarn build-storybook:react

// Vue
yarn build-storybook:vue

// Angular
yarn build-storybook:angular
```