0.5.12 • Published 1 year ago

@soyhenry/commons v0.5.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.5.12

1 year ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago