1.0.3 • Published 5 years ago

react-typo-typingmaster v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

React Typo Typingmaster

"react-typo-typingmaster" is a React typography library which allows you to use various kind of typography in your project easily.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

npm install react-typo-typingmaster

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Usage

  1. Import the react-typo-typingmaster module
// ES6
import Typo from 'react-typo-typingmaster'
// ES5
var Typo = require('react-typo-typingmaster').default

Example

import React, { Component } from 'react'

import { Typo } from 'react-typo'

export default class App extends Component {
  render() {
    return (
      <div>
        <Typo type="h1">Heading 1!</Typo>
        <Typo type="h2">Heading 2!</Typo>
        <Typo type="h3">Heading 3!</Typo>
        <Typo type="h4">Heading 4!</Typo>
        <Typo type="h5">Heading 5!</Typo>
        <Typo type="h6">Heading 6!</Typo>
        <Typo type="h7">Heading 7!</Typo>
        <Typo>Print me!</Typo>
      </div>
    )
  }
}

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Dushan Randika - Final Year Undergraduate

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration