1.0.1-dev • Published 1 year ago

@torimochi/react v1.0.1-dev

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@torimochi/react

Torimochi React components

Features

  • ES6 syntax, managed with Prettier + Eslint and Stylelint
  • Unit testing via Jest
  • React 17

Install

yarn add @torimochi/react
// or 
npm i @torimochi/react

Requirements

  • React 17
  • Styled Components

Usage

import { TorimochiProvider } from '@torimochi/react';
import { App } from './App';
import ReactDOM from 'react-dom';

const root = document.createElement('root');
ReactDOM.render(<TorimochiProvider><App /></TorimochiProvider>, root);
1.0.1-dev

1 year ago

1.10.1

1 year ago

1.7.0

1 year ago

1.6.8

1 year ago

1.6.5

1 year ago