1.0.0 • Published 4 years ago

certificates-reactjs v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Certificates ReactJS

N|Solid

This package is for you, that need generate a certificate for your course, is very simple. You need a simple props:

  • hours
  • name (student)
  • courseName
  • date
  • author (teacher)
  • urlSignature (digital signature)
  • school (name school/organization)
  • site (site in the web)

Example

N|Solid

Installation

To install you need:

$ npm i certificates-reactjs

Using

To using you need:

import CertificatesReacjts from 'certificates-reactjs';
 <CertificatesReactjs
        hours="5,5"
        name="Daniel de Andrade Lopes"
        courseName="Programador Android 2020"
        date="10/01/2021"
        author="Daniel Lopes"
        urlSignature="https://firebasestorage.googleapis.com/v0/b/jacode-stg.appspot.com/o/31-05-2020_17-33-01.png?alt=media&token=b27927fd-7aa3-4264-ae08-13740060608d"
        school="JACODE CURSOS"
        site="www.jacode.com.br"
      />

Contribuing

See the contribution guidelines before creating a pull request.

License

MIT

Free Software, Hell Yeah!

Thanks

Thanks to anyone who has contributed.