1.0.8 • Published 5 years ago

@shannonrothe/wind v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

CircleCI

Wind

Wind is an open-source component library built on top of React and TailwindCSS.

Wind provides a number of default components for use in your projects. The following components are currently available:

  • Button
  • Input

Usage and Installation

To install Wind, you must have Tailwind running in your project. Run the following to install the package:

NPM

npm install wind

Yarn

yarn add wind

Installing Wind will expose all available components for your use. Below are some snippets to get started.

Button

import React from "react";
import { Button } from "wind";

export const App = () => {
  return <Button>Button</Button>;
};

Bugs

If you find any bugs or issues, please create an issue on the repository.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago