Liftoff

Liftoff is a React component library. It is being developed for the
RocketParty app.
We decided to open source this component library so you are free to
use it in your projects if it suits your needs. Just know, that first
and foremost, this project exists to meet the needs of the RocketParty
app and so those needs will guide most — if not all — development desicions.
THIS IS NOT PRODUCTION-READY. USE AT YOUR OWN RISK.
Documentation
We maintain online documentation at http://liftoff.surge.sh.
Development
- Install dependencies with
yarn install
- Run storybook with
yarn storybook
- Run
yarn test
to execute the tests
Note that yarn start
does nothing useful.
Credit
The default theme configuration for this component library was adapted from
TailwindCSS.
License
Copyright (c) 2018 Nickolas Kenyers nickolas@knicklabs.com
Copyright (c) 2018 Rick Calder rick@calder.io
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.