JSPM

  • Created
  • Published
  • Downloads 206
  • Score
    100M100P100Q110664F
  • License MIT

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

Package Exports

  • @tidy-ui/presentation

Readme

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/alert npm (scoped) npm
@tidy-ui/badge npm (scoped) npm
@tidy-ui/button npm (scoped) npm
@tidy-ui/card npm (scoped) npm
@tidy-ui/chip npm (scoped) npm
@tidy-ui/code npm (scoped) npm
@tidy-ui/message npm (scoped) npm
@tidy-ui/panel npm (scoped) npm
@tidy-ui/paper npm (scoped) npm
@tidy-ui/tag npm (scoped) npm
@tidy-ui/text npm (scoped) npm
@tidy-ui/tooltip npm (scoped) npm