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

@tidy-ui/presentation

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tidy-ui/presentation

Tidy UI presentation group components includes Alert, Badge, Button, Anchor, Button, ButtonCluster, ButtonGroup, IconButton, Card, Chip, Code, Message, Panel, PanelGroup, Paper, Tag, TagGroup, Text, DataField, Tooltip

latest
Source
npmnpm
Version
0.48.23
Version published
Weekly downloads
9
28.57%
Maintainers
1
Weekly downloads
 
Created
Source

Tidy UI

@tidy-ui/presentation npm (scoped) npm

Quality Gate Status

Publishing Coverage Vulnerabilities Bugs Security Rating Maintainability Rating Code Smells Lines of Code Technical Debt Reliability Rating Duplicated Lines (%)

Project Description

Tidy UI is a family of components necessary for your react application. The components are powered styled-components, features include css-in-js, theming etc

Build with

  • react
  • styled-components
  • rollup
  • lerna

Installation

yarn add @tidy-ui/presentation
npm i @tidy-ui/presentation

Getting started

Here is a sample root level component that should enclose all tidy-ui components

import React from 'react';
import { TidyUiProvider, orchidLight } from '@tidy-ui/commons';
import { ... } from '@tidy-ui/presentation';

function App() {
  return <TidyUiProvider theme={orchidLight}>...</TidyUiProvider>;
}

export default App;

Include required components with in the place holder ...

Storybook

Visit the storybook and start using components in your app.

Packages

These are the packages that come under presentation class of tidy-ui components

PackageVersionDownloads
@tidy-ui/alertnpm (scoped)npm
@tidy-ui/badgenpm (scoped)npm
@tidy-ui/buttonnpm (scoped)npm
@tidy-ui/cardnpm (scoped)npm
@tidy-ui/chipnpm (scoped)npm
@tidy-ui/codenpm (scoped)npm
@tidy-ui/messagenpm (scoped)npm
@tidy-ui/panelnpm (scoped)npm
@tidy-ui/papernpm (scoped)npm
@tidy-ui/tagnpm (scoped)npm
@tidy-ui/textnpm (scoped)npm
@tidy-ui/tooltipnpm (scoped)npm

Keywords

react

FAQs

Package last updated on 15 Jun 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