Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

yubiai/yubiaiStyle

Repository files navigation

YubiaiStyle

About / Sobre

[EN]

[ES]

Libreria de componentes con Typescript para usar en los proyectos de YUBIAI con MaterialUI

Storybook agregado para visualizar los componentes y subido a ghPage

https://yubiai.github.io/yubiaiStyle/

Component folder structure

  1. Folder name componente
    • .tsx (Component)
    • .test.tsx (Component Test)
    • .css (css)
    • stories
      • .stories.tsx (Storie)
      • .docs.mdx (Doc)
      • d.ts (Export)

Quick Start

- git clone repo
- npm install
- npm run storybook

Test

- npm run test

Publish new version in npm

New Commit and changing the version in package.json

(If you are not logged in to npm, log in.)

- npm run test
- npm run rollup
- npm publish

Deploy in ghPage

(Create token from your github account)

- npm run deploy-storybook -- --ci --host-token-env-variable=token_github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published