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

2.0.3 • Public • Published

Retriever logo

lerna styled with emotion NPM

This package are using

  • Emotion
  • Framer-Motion
  • Jest
  • Typescript

Install

yarn add @retriever-ui/react

Usage

// app.tsx
import React from 'react'
import { RetrieverProvider } from '@retriever-ui/react'

const App = () => {
  return <RetrieverProvider>your code...</RetrieverProvider>
}

export default App

setting our theme in your project

// styles/styled.d.ts
import { ITheme } from '@retriever-ui/react'
import '@emotion/react'

declare module '@emotion/react' {
  export interface Theme extends ITheme {}
}

Package Sidebar

Install

npm i @retriever-ui/react

Weekly Downloads

5

Version

2.0.3

License

MIT

Unpacked Size

18.2 kB

Total Files

5

Last publish

Collaborators

  • housi-ui
  • gandarfh