1.0.0 • Published 3 years ago

typescript-components-by-rupert v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

TypeScript Components by Rupert

This repository was created as part of a guide to publishing TypeScript React components. You can read the guide over here: Publishing TypeScript React components to NPM

Getting Started

Install this package:

npm add typescript-components-by-rupert

Import the Counter component:

import { Counter } from "typescript-components-by-rupert";

You can then render the Counter component like any other React component in JSX.