@tyger-ui/react
v0.3.14
Published
tyger-ui themeable react components
Downloads
11
Maintainers
Readme
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: