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

0.47.4 • Public • Published

Tidy UI

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

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

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.


Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.47.44latest

Version History

VersionDownloads (Last 7 Days)Published
0.47.44
0.47.31
0.47.21
0.47.11
0.47.01
0.46.01
0.45.41
0.45.31
0.45.21
0.45.11
0.45.01
0.44.01
0.43.02
0.42.01
0.41.01
0.40.01
0.39.01
0.38.02
0.37.91
0.37.81
0.37.11
0.31.01
0.26.01
0.25.41
0.25.31
0.25.21
0.25.11
0.25.01
0.24.01
0.23.11
0.23.01
0.22.11
0.22.01
0.21.01
0.20.01
0.19.02
0.18.11
0.18.01

Package Sidebar

Install

npm i @tidy-ui/modal

Weekly Downloads

2

Version

0.47.4

License

MIT

Unpacked Size

33.3 kB

Total Files

15

Last publish

Collaborators

  • badatt