0.0.1-rc1 • Published 1 year ago

jmp-custom-components v0.0.1-rc1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Componentes creados en el curso de React Pro

Instalar

npm -i jmp-custom-components

Ejemplos de utilización

<MyLabel label="Basic label" />

<MyLabel
  allCaps
  label="All Caps label"
/>

<MyLabel
  color="text-secondary"
  label="Secondary label"
/>

<MyLabel
  fontColor="#5517ac"
  label="Custom color label"
/>

<MyLabel
  backgroundColor="black"
  fontColor="white"
  label="Background label"
  size="h1"
/>
0.0.1-rc1

1 year ago

0.0.1

1 year ago