A component library for Aleph Cloud frontends.
Before start, obtain a valid package token and set the env var FONTAWESOME_NPM_AUTH_TOKEN
Follow this guide for configuring your local npm config.
Components can be tested locally in Storybook.
npm install
npm run storybook- Using
aleph-corewithNext.jsframework:- Problems with css
@importsyntax. You will need to manually import the font-face css from an url via<link>html element, or by creating afont.cssthat will contain the@importstatement and will be imported from the_app.tsxNext.js file - Problems with font awesome stylesheet. Follow this guide to solve it: https://fontawesome.com/docs/web/use-with/react/use-with#next-js
- Problems with css
Follow this guide: https://github.com/ben-rogerson/twin.examples/tree/master/next-styled-components-typescript#getting-started