0.0.4 • Published 2 years ago
pcg-react-components v0.0.4
Componentes creados en el curso de React Pro
Instalación
npm i pcg-react-componentspnpm add pcg-react-componentsyarn add pcg-react-componentsUso
import { AppLabel } from 'pcg-react-components';
function App() {
return (
<>
<AppLabel allCaps color="text-tertiary" label="Basic Label" size="h2" />
</>
);
}
export default App;