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

russiaui

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

russiaui

Легко управляемые и гибкие компоненты, которые можно использовать в Next.js приложениях.

unpublished
latest
npmnpm
Version
0.0.13
Version published
Maintainers
1
Created
Source

russiaui

Легко управляемые и гибкие компоненты, которые можно использовать в Next.js приложениях.

Установка

$ npm i russiaui

TailwindCSS

Библиотека написана с использованием TailwindCSS, поэтому для корректной работы добавьте строчку в ваш tailwind.config.ts файл.

// Добавьте эту строчку в content
const config: Config = {
	content: ["./node_modules/russiaui/**/*.{js,ts,jsx,tsx,mdx}"],
};

export default config;

Импорт

import {Button} from "russiaui";

...

export default function Home() {

	return <Button>Кнопка</Button>;
}

FAQs

Package last updated on 10 Dec 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