0.2.6 • Published 2 years ago

kidbutton v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

TSDX React with Storybook User Guide

Generic badge Build Status
GitHub license TypeScript
Ask Me Anything ! saythanks
Sparkline

Storybook

Run inside another terminal:

yarn storybook

This loads the stories from ./stories.

NOTE: Stories should reference the components as if using the library, similar to the example playground. This means importing from the root project directory. This has been aliased in the tsconfig and the storybook webpack config as a helper.

Styled Components

Run inside another terminal:

yarn styled-components

O que aprendemos

  • Criar um projeto base com o npx tsdx, React e Storybook;
  • Escrever uma story para apresentar o componente criado no Storybook;
  • Construir a biblioteca localmente, para testar o código desenvolvido;
  • Importar o componente criado no ambiente de teste local.
  • Publicar a biblioteca no NPM.
  • Utilizar o Styled Components para estilizar os componentes.
  • Utilizar o Storybook para documentar os componentes.
  • Desenvolver uma integração continua entre o GitHub e o NPM.

Referências

Contato

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago