Skip to content

svwoodhouse/squid-react-components

Repository files navigation

squid-react-components

A bunch of tailwind styled react components

Installation

squid-react-components is available as an npm package

npm i squid-react-components

Usage

import { Button } from "squid-react-components";

function App() {
  return <Button primary>Hello World</Button>;
}

Storybook

To start storybook run the following command:

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages