@tidy-ui/feedback
TypeScript icon, indicating that this package has built-in type declarations

0.47.4 • Public • Published

Tidy UI

@tidy-ui/feedback npm (scoped)

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/feedback
npm i @tidy-ui/feedback

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

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 feedback class of tidy-ui components

Package Version Downloads
@tidy-ui/notification npm (scoped) npm
@tidy-ui/toaster npm (scoped) npm

Package Sidebar

Install

npm i @tidy-ui/feedback

Weekly Downloads

45

Version

0.47.4

License

MIT

Unpacked Size

9.53 kB

Total Files

12

Last publish

Collaborators

  • badatt