pcg-react-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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;

Package Sidebar

Install

npm i pcg-react-components

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

20.7 kB

Total Files

31

Last publish

Collaborators

  • pablo-cg