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

0.48.23 • Public • Published

Tidy UI

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

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

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.48.2313latest

Version History

VersionDownloads (Last 7 Days)Published
0.48.2313
0.48.223
0.48.212
0.48.202
0.48.192
0.48.182
0.48.172
0.48.161
0.48.151
0.48.141
0.48.132
0.48.122
0.48.111
0.48.101
0.48.91
0.48.81
0.48.70
0.48.60
0.48.50
0.48.20
0.48.10
0.48.00
0.47.50
0.47.40
0.47.30
0.47.20
0.47.10
0.47.00
0.46.00
0.45.40
0.45.30
0.45.20
0.45.10
0.45.00
0.44.00
0.43.00
0.42.00
0.41.00
0.40.00
0.39.00
0.38.00
0.37.90
0.37.80
0.37.10
0.31.00
0.26.00
0.25.40
0.25.30
0.25.20
0.25.10
0.25.00
0.24.00
0.23.20
0.23.10
0.23.00
0.22.10
0.22.00
0.21.00
0.20.00
0.19.00
0.18.10
0.18.00
0.17.00
0.16.00
0.15.00
0.14.10
0.14.00
0.13.70
0.13.60
0.13.50
0.13.40
0.13.30
0.13.20
0.13.10
0.13.00

Package Sidebar

Install

npm i @tidy-ui/code

Weekly Downloads

31

Version

0.48.23

License

MIT

Unpacked Size

24.2 kB

Total Files

10

Last publish

Collaborators

  • badatt