Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivstudio/tyger-ui

Themeable React UI component library
https://github.com/ivstudio/tyger-ui

component-library components dark-mode design-system frontend-components js-library lerna react react-components react-library styled-components styled-system typescript-library ui ui-library

Last synced: 18 days ago
JSON representation

Themeable React UI component library

Awesome Lists containing this project

README

        


Tyger UI



Tyger-ui is a React-based component library for the web.

![npm](https://img.shields.io/npm/v/@tyger-ui/react)
![npm type definitions](https://img.shields.io/npm/types/@tyger-ui/react)
![npm](https://img.shields.io/npm/dm/@tyger-ui/react)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mui/material-ui/blob/HEAD/LICENSE)

## ✨ Features

- A set of high-quality React components.
- Written using TypeScript and Styled Components.
- Powerful theme customization.
- Server-side Rendering support.

[**Try it out on CodeSandbox ▸**](https://codesandbox.io/s/amazing-danny-i26k2y?fontsize=14&hidenavigation=1&theme=dark)

## Installation

- Tyger UI is available as an [npm package](https://www.npmjs.com/package/@tyger-ui/react).
- Tyger UI system is available as an [npm package](https://www.npmjs.com/package/@tyger-ui/system).


**npm:**

```sh
npm i @tyger-ui/react @tyger-ui/system styled-components framer-motion
```

**yarn:**

```sh
yarn add @tyger-ui/react @tyger-ui/system styled-components framer-motion
```

**SVG icons**

tyger-ui is currently using react-icons on its components.

```sh

npm install react-icons --save
# or
yarn add react-icons

```


---


## Getting started with Tyger UI

```jsx
import * as React from 'react';
import { Button } from '@tyger-ui/react';

function App() {
return Hello World;
}
```

[![Edit tyger-ui](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/amazing-danny-i26k2y?fontsize=14&hidenavigation=1&theme=dark)

## Storybook documentation

- [Tyger UI Storybook](https://main--62cb3e5f2ca3572c994908ed.chromatic.com/?path=/story/components-button--filled)

## Roadmap and contributors

tyger-ui is currently under development and it welcomes contributors.

## License

MIT License © 2023 [ivstudio](https://github.com/ivstudio)