Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/badatt/tidy-ui

Tidy UI is a family of micro components primarily focused on building rich UI/UX, powered by styled-components, features include css-in-js, theming, mobile-first, etc
https://github.com/badatt/tidy-ui

css-in-js react storybook styled-component ui

Last synced: 3 months ago
JSON representation

Tidy UI is a family of micro components primarily focused on building rich UI/UX, powered by styled-components, features include css-in-js, theming, mobile-first, etc

Awesome Lists containing this project

README

        


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

```typescript
import React from 'react';
import { TidyUiProvider, orchidLight, ... } from '@tidy-ui/commons';

function App() {
return ...;
}

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



Presentation

 

Layout

 

Form

 

Navigation

 

Feedback




Commons

 

Types

---