0.0.4 • Published 6 months ago

pcg-react-components v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Componentes creados en el curso de React Pro

Instalación

npm i pcg-react-components
pnpm add pcg-react-components
yarn add pcg-react-components

Uso

import { AppLabel } from 'pcg-react-components';

function App() {
  return (
    <>
      <AppLabel allCaps color="text-tertiary" label="Basic Label" size="h2" />
    </>
  );
}

export default App;
0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago