0.0.4 • Published 2 years ago

pcg-react-components v0.0.4

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago