1.0.0 • Published 2 years ago

flik-components v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

npm i @flik/ui react react-dom

To use correct fonts add sofia pro to app (checkout development app about how to add fonts)

Note: If your project is using tailwindcss you must use mode: "jit". Otherwise the tailwind configs will battle and things wont work properly. If you project doesn't use tailwindcss then everything will just work.

Remember to wrap app / components in the <Wrapper> component to reset all css

Development

run npm i to install library and development-app

run npm run dev to start development

requires node version 14.15.0 (other versions might work or might not)

styles are based on designs: https://projects.invisionapp.com/share/QUX2X4ZFSDB#/screens/415658191, https://www.figma.com/proto/cPpifACSenXeWeggH3kYKy/FlikPlay_Restyle?page-id=267%3A2982&node-id=269%3A4664&viewport=-90%2C899%2C0.16922616958618164&scaling=min-zoom

Publishing

Github actions will run all the required steps for publishing. Just remember to update the package version (from package.json) when merging to main.