Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 423 Bytes

File metadata and controls

36 lines (27 loc) · 423 Bytes

react-typescript-library-template

Install

yarn install

Run Tests

yarn test

Run Storybook

yarn storybook

Usage

import * as React from 'react';

import { Hello } from 'react-typescript-library-template';

class Example extends React.Component {
  render () {
    return (
      <Hello text="hello" />
    )
  }
}

License

MIT © aviklai