1.0.5 • Published 2 years ago

react-library-test-entel v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React Component: Button

Button es un componente de React diseñado para representar un botón.

📦 Instalación

Con npm:

npm i react-library-test-entel

🚀 Uso

import { Button } from "react-library-test-entel";

function App() {
  return;
  <Button
    href="https://www.entel.cl"
    className="eds-btn-primary"
    texto="Haz click"
    texto2="en mi"
  />;
}

⚙️ Props

PropiedadTipoDescripción
hrefenlaceindica el enlace del button
classNamestringclases para añadir estilos
textostringprimer texto del button
texto2stringsegundo texto del button
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago