Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.12 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.12 KB

sandwich-ui

A tasty React UI kit

Table of Contents

About

Sandwich UI is a React UI kit used for my personal projects.

This repository is a monorepo, powered by Turborepo.

It is composed of three projects:

Getting started

Installation

# npm
npm install @mrsquaare/sandwich-ui

# yarn
yarn add @mrsquaare/sandwich-ui

# pnpm
pnpm install @mrsquaare/sandwich-ui

Using

import { Button } from "@mrsquaare/sandwich-ui";

function Example() {
  return (
    <Button>Click me</Button>
  );
}

Contributing

Bug reports, feature requests, other issues and pull requests are welcome. See CONTRIBUTING.md for more information.

License

Distributed under the ISC License. See LICENSE for more information.