/react-full-header

Component created with React and Storybook

Primary LanguageJavaScriptMIT LicenseMIT

React :: Component - FullHeader

Build Status Storybook

FullHeader

Um componente de full header criado com React.

Instalação

$ git clone https://github.com/TacioAntonio/react-full-header.git
$ cd react-full-header
$ npm i

Como utilizar

<FullHeader
    title="title"
    subtitle="subtitle."
    bgColor="#EBE9EB"
    textColor="#3299BB"
    font="Arial"
    video="my_video.mp4"
/>

Props

  • title (string) - main title
  • subtitle (string) - subtitle
  • bgColor (string) - background color
  • bgImg (string) - image to background
  • video (string) - video to background
  • textColor (string) - texts color
  • font (string) - font-family to texts

Contribuição

Por favor CONTRIBUTING.md para obter detalhes sobre nosso código de conduta e o processo de envio de solicitações pull para nós.

Versionamento

Nós usamos SemVer para controle de versão. Para as versões disponíveis, consulte o tags on this repository.

Autor

Tácio Antônio
Tácio Antônio

Veja também a lista de contributors que participaram deste projeto.

Licença

Este projeto está licenciado sob a licença MIT - consulte o LICENSE.md para detalhes.