Skip to content

movoid12/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

About

Utility components, hooks and functions for react projects

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.2%
  • CSS 8.1%
  • Other 0.7%