@tyger-ui/react
v0.3.14
Published
tyger-ui themeable react components
Downloads
4
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-motionyarn:
yarn add @tyger-ui/react styled-components framer-motionSVG icons
tyger-ui is currently using react-icons on its components.
yarn add react-icons
# or
npm install react-icons --saveGetting 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:
