Skip to content

exakthealth/tltoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Toolkit

React utility functions.

Storybook

Install

yarn add @tinloof/toolkit

Usage

Stack

Requires Emotion and React.

import { Stack } from "@tinloof/toolkit";

function App() {
  <Stack>
    ...
  </Stack>
}