0.5.12 • Published 2 years ago

@soyhenry/commons v0.5.12

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

henry-common

Common components and functions for Henry Apps.


Instalación:

yarn add @soyhenry/commons

Ejemplo Practico:

import React from 'react';
import { Button, ThemeProvider, GithubIcon } from '@soyhenry/commons';

export default function App() {
  return (
    <ThemeProvider>
      <Button LeftIcon={<GithubIcon />} variant="secondary">
        Ingresar con Github
      </Button>
    </ThemeProvider>
  );
}

Test the components online with Storybook

0.5.11

2 years ago

0.5.12

2 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago