Skip to content

Pod-Point/dom-components

Repository files navigation

DOM Components

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.

Installation

npm install --save @pod-point/dom-components

Development

First, install all of the Node modules needed:

git clone git@github.com:Pod-Point/dom-components.git
cd dom-components
npm install

Tasks

npm start
npm build

Documentation

See full docs here

TailwindCSS

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.

Fabricator

This design system has been built using Fabricator

Fabricator is a tool for building website UI toolkits - think "Tiny Bootstraps, for Every Client"

Fabricator Documentation