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

react-schwanz-ui

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-schwanz-ui

Typed React UI components styled with Tailwind CSS utilities.

latest
Source
npmnpm
Version
0.0.11
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

react-schwanz-ui

Typed React UI components styled with Tailwind CSS utilities.

To use, you must at minimum import this module's utilities.css stylesheet.

If you are using this module in a project that already includes Tailwind CSS, import the stylesheet like so:

@tailwind base;
@tailwind components;
@tailwind utilities;

@import "/path/to/node_modules/react-schwanz-ui/dist/utilities.css";

In all other contexts, you may include this module's stylesheet as you normally would any other stylesheet. For example:

import * as React from "react";
import * as ReactDOM from "react-dom";
import { App } from ".";

import "/path/to/node_modules/react-schwanz-ui/dist/utilities.css";

ReactDOM.render(<App />, document.getElementById("app"));

If your project does not include Tailwind CSS, it is recommended that you also use the default base stylesheet:

import "/path/to/node_modules/react-schwanz-ui/dist/base.css";

Lastly, import any of the components as you normally would.

import { Button } from "react-schwanz-ui";

Available Components

import { Button } from "react-schwanz-ui";
import { Label } from "react-schwanz-ui";
import { MetaItems } from "react-schwanz-ui";
import { Select } from "react-schwanz-ui";
import { Textarea } from "react-schwanz-ui";
import { TextInput } from "react-schwanz-ui";

Keywords

tailwindcss

FAQs

Package last updated on 31 May 2020

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