tidy-ui react component library; 'toaster package


Keywords
react, styled-components, css-in-js, react-ui, components, ui, ui-components, storybook, styled-component
License
MIT
Install
npm install @tidy-ui/toaster@0.48.23

Documentation

Tidy UI

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

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';

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 and groups