0.0.3 • Published 4 years ago

@getlaunchpad/components v0.0.3

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

Table of Contents

Installing

Start by installing the package itself

npm install @getlaunchpad/components@latest

or

yarn add @getlaunchpad/components

Usage

import React from "react";
import { Text } from "@getlaunchpad/components";

export default function App() {
  return <Text type="h3">Hello world</Text>;
}