@wiesson/shared-ui

v0.12.0

Published

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Readme

Playground a shared component library with Typescript

usage

import Button from "@wiesson/shared-ui/ui/components/Button";

...

<Button disabled>Hi</Button>
...