Skip to content

the-mes/react-components-typescript-npm-starter

Repository files navigation

NPM version NPM downloads NPM license Codecov Travis Bundle size

About

Template for React TypeScript Component library

Similar Projects / Alternatives / Idea

Contents

Demo

Playground – play with library in Storybook

How to Install

First, install the library in your project by npm:

npm install react-components-typescript-npm-starter

Or Yarn:

yarn add react-components-typescript-npm-starter

Getting Started

Import HelloWorld and use as Compound Component:

import { HelloWorld } from 'react-components-typescript-npm-starter';

...

<HelloWorld />

...

Components

HelloWorld

Available Props

Name Type Description Default
text string Custom message Hello World!

Example

License

This project is licensed under the MIT License © 2021-present Jakub Biesiada