Skip to content
/ rex Public

Utility components, hooks and functions for react projects

License

Notifications You must be signed in to change notification settings

etecture/rex

Repository files navigation

rex - react exotics

Exotic components, hooks and functions that you wouldn't find in other react component libraries.
The goal is to have a library with very specific features that other big component libraries might not cover.

⚠ This library is in a very early development stage. Expect breaking changes with minor version changes!
Once the library hits version 1.0.0 we will make sure to use a conventional semver approach and always keep minor version changes compatible.

Installation

pnpm add @etecture/rex
yarn add @etecture/rex
npm i @etecture/rex

Some components might need styles to function properly so you should import the styles.css once in your project via

import "@etecture/rex/styles.css";

Links

Development

# Install workspace dependencies
pnpm i -r

# Start storybook
pnpm storybook

Contributors

License

MIT