Neptune CSS 🔱
The CSS library of Transferwise's Design System: Neptune
To document the components please use the Neptune Docs.
How to consume the CSS
Install the NPM package as a dependency to your project
npm install @transferwise/neptune-css
Import the styles for your components in your app. E.g.
import '@transferwise/neptune-css/dist/css/chevron.css'
In the dist/
directory you can find all the components' CSS. Use them as individual components (e.g. alerts.css) or call the whole library (neptune.css).
Build the project
How to contribute
Do you want to contribute? Great! Please take a look at our Contributing
guideline:
CONTRIBUTING.md