NOTE: This is a work in progress. If there are any components that are required in the meantime, please create an issue in github here.
The purpose of this design system is to show how elements/components should be displayed across our many products, and the tools and processes we use to achieve this.
npm install --save @pod-point/dom-components
First, install all of the Node modules needed:
git clone git@github.com:Pod-Point/dom-components.git
cd dom-components
npm install
npm start
npm build
See full docs here
To use Tailwind and the Pod Point config, first install Tailwind to your project and then copy the tailwind.config.js
file into the root of your project and build the assets, we tend to use Gulp, but feel free to build as you wish.
This design system has been built using Fabricator
Fabricator is a tool for building website UI toolkits - think "Tiny Bootstraps, for Every Client"