1.0.1 • Published 2 years ago

epic-alt v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

epic-alt

Epic Alt react components

Features

  • ES6 syntax, managed with Prettier + Eslint and Stylelint
  • Unit testing via Jest
  • ESM
  • Redux

Install

yarn add epic-alt
// or
npm i epic-alt

Usage

import { Alt } from 'epic-alt';
import { App } from './App';
import React from 'react';

React.render(<App>
  <Alt key={'Your key'}/>
</App>, document.getElementById('root'));