Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tnf-dev/mui

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@tnf-dev/mui

unpublished
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

@tnf-dev/mui

This package contains the Material UI components used in the Teknify project.

Installation

To install the package, run the following command:

npm install @tnf-dev/react @tnf-dev/mui

Usage

To use the components from this package, you can import them into your React application as follows:

import { TeknifyProvider } from '@tnf-dev/react';
import { TeknifyMuiInbox } from '@tnf-dev/mui';

// Example usage in a component
const MyComponent = () => {
  return (
    <TeknifyProvider applicationId='<YOUR_APPLICATION_ID>' subscriberId='<USER_SUBSCRIBER_ID>'>
      <TeknifyMuiInbox />
    </TeknifyProvider>
  );
};

FAQs

Package last updated on 14 Sep 2025

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