New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tsup-tutorial

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsup-tutorial

Demo of tsup tutorial

latest
Source
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

Tsup Tutorial

The TSUP Tutorial NPM package explains how to use the TSUP library to bundle typescript projects.

TypeScript

Importing package


// import Header  Footer 

import { Header , Footer } from "tsup-tutorial";
const { Header , Footer } = require("tsup-tutorial");

// Button

import { Button } from "tsup-tutorial/Button";
const { Button } = require("tsup-tutorial/Button");

// Headings

import { H1, H2, H3 } from "tsup-tutorial/Headings";
const { H1, H2, H3 } = require("tsup-tutorial/Headings");

// Icons

import { IconGithub, IconTwitter, IconInstagram, IconLinkedin, IconMastodon } from "tsup-tutorial/Icons";
const { IconGithub, IconTwitter, IconInstagram, IconLinkedin, IconMastodon } = require("tsup-tutorial/Icons");

// style

import "tsup-tutorial/styles.css";
require("tsup-tutorial/styles.css");

Live Example

Live example How to use tsup-tutorial package in your react or nextjs project.

Keywords

tsup

FAQs

Package last updated on 22 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts