Skip to content

A basic template for creating react typescript library components with sass, integrated with storybook. Based on create-react-library.

Notifications You must be signed in to change notification settings

aviklai/react-typescript-library-template

Repository files navigation

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

About

A basic template for creating react typescript library components with sass, integrated with storybook. Based on create-react-library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published