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

0.3.14 • Public • Published

Tyger UI

Tyger-ui is themeable set of UI components for React.

npm npm type definitions npm license

Install

To use Tyger UI components, install @tyger-ui/react, and its peer dependencies:

npm:

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

yarn:

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

SVG icons

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

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

Getting started with Tyger UI

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

function App() {
    return <Button>Hello World</Button>;
}

In the interactive demo below, try adding a few other components. Visit Tyger UI Storybook for available options:

Edit tyger-ui

Package Sidebar

Install

npm i @tyger-ui/react

Weekly Downloads

1

Version

0.3.14

License

MIT

Unpacked Size

456 kB

Total Files

352

Last publish

Collaborators

  • ivstudio