Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.09 KB

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