react-easy-typography
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-typography

Made with create-react-library

NPM JavaScript Style Guide

Status: development

Setup and run

To setup and run a local copy:

  • Clone this repo with git clone https://github.com/leoarmelin/react-typography.git
  • Run yarn or npm install in the root folder
  • Run yarn or npm install in the example folder
  • In seperate terminal windows, run yarn start in the root and example folders.

You should now be up and running with live browser reloading of the example website while you work on React Typography components in the /src folder.

Usage

import React from 'react';

import { Typography } from 'react-typography';

const MyComponent = () => {
  return <Typography type='Headline'>No more worries about texts</Typography>;
};

Repository structure

This repository contains 2 folders:

  • /src contains all the Tabler React components
  • /example is our create-react-app based demo website

Commit Guidelines

Commit Message Version Change
feat(TitleOne): A new feature Minor
fix(Headline): A bug fix Patch
docs(Typography): Documentation only changes None
style(Footer): Changes that do not affect the meaning of the code (white-space, for matting, missing semi-colons, etc) None
refactor(LargeTitle): A code change that neither fixes a bug nor adds a feature None
perf(Caption): A code change that improves performance None
test(TitleTwo): Adding missing tests or correcting existing tests None
chore(package): Other changes that don't modify src or test files None
revert(#19): Reverts a previous commit None

License

MIT © leoarmelin

Readme

Keywords

none

Package Sidebar

Install

npm i react-easy-typography

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

33.3 kB

Total Files

8

Last publish

Collaborators

  • leoarmelin