@cybergenios/title-game
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

UI-KIT Title

Componente de Title Cybergênios UI-KIT

Stack utilizada

React, Styled-Components, Typescript

Utilizando componente

Rode o comando

  yarn add @cybergenios/title-game

Será instalada as dependências do pacote o mesmo deve ser utilizado como um elemento de texto.

Uso/Exemplo

import { Title } from '@cybergenios/title-game'

function App() {
  return (
    <div>
      <Title variant="h1" color="#FFF">
        Exemplo
      </Title>
    <div/>
  )
}

Licença

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @cybergenios/title-game

Weekly Downloads

2

Version

0.5.0

License

MIT

Unpacked Size

51 kB

Total Files

16

Last publish

Collaborators

  • cybergenios